diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-09 18:45:25 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-09 18:45:25 -0400 |
commit | bfd77dfd62c7e743d699834a7a3072fe9df08aa1 (patch) | |
tree | 9941429ffd0636681fe9f9613caece4394ebf78f /src | |
parent | dff83dc855e9500bc228a1491601e660527afa10 (diff) |
Lint
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/profile/ChoosingCategoryScreen.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/profile/ChoosingCategoryScreen.tsx b/src/screens/profile/ChoosingCategoryScreen.tsx index 720412a4..68586aef 100644 --- a/src/screens/profile/ChoosingCategoryScreen.tsx +++ b/src/screens/profile/ChoosingCategoryScreen.tsx @@ -46,7 +46,6 @@ const ChoosingCategoryScreen: React.FC<ChoosingCategoryScreenProps> = ({ const dispatch = useDispatch(); const navigation = useNavigation(); const tabBarHeight = useBottomTabBarHeight(); - const insetTop = useSafeAreaInsets().top; useEffect(() => { if (route.params.newCustomCategory) { |