Skip to content

Commit 748dd50

Browse files
committed
Fix lint issues
1 parent ea1c683 commit 748dd50

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/mobile-app/app/(drawer)/account/account-select/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
Icon,
1212
IconProps,
1313
} from "@ui-kitten/components";
14-
import { SafeAreaView } from "react-native-safe-area-context";
1514

1615
const PlusIcon = (props: IconProps) => <Icon {...props} name="plus-outline" />;
1716

packages/mobile-app/app/(drawer)/settings/debug/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ const NotesIcon = (props: IconProps) => <Icon {...props} name="file-outline" />;
1919
const OreoIcon = (props: IconProps) => (
2020
<Icon {...props} name="archive-outline" />
2121
);
22-
const BrowserIcon = (props: IconProps) => (
23-
<Icon {...props} name="globe-outline" />
24-
);
2522
const DeleteIcon = (props: IconProps) => (
2623
<Icon {...props} name="trash-2-outline" />
2724
);

0 commit comments

Comments
 (0)