- Prettier
- Linter
This commit is contained in:
mathysPaul
2023-11-02 21:53:21 +01:00
parent 9397de8cb9
commit d4a758d262
15 changed files with 550 additions and 482 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ const getTabData = (key: string) => {
};
// eslint-disable-next-line @typescript-eslint/ban-types
const SetttingsNavigator = (props: RouteProps<{}>) => {
const SettingsTab = (props: RouteProps<{}>) => {
const layout = useWindowDimensions();
const [index, setIndex] = React.useState(0);
const colorScheme = useColorScheme();
@@ -148,4 +148,4 @@ const SetttingsNavigator = (props: RouteProps<{}>) => {
);
};
export default SetttingsNavigator;
export default SettingsTab;