diff options
-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) { |