Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
capture120 committed Apr 17, 2024
1 parent 1ccee74 commit 5c973fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/router/BottomNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Icon } from '@rneui/themed';
import { RouteProp } from '@react-navigation/native';
import FeedPage from '../pages/FeedPage';
import ProfileNavigator from './ProfileNavigation';
import { useSession } from '@clerk/clerk-expo';
import Leaderboard from '../pages/Leaderboard';
// import AuthNavigator from './AuthNavigation';
// import { useSession } from '@clerk/clerk-expo';
Expand Down Expand Up @@ -39,8 +38,6 @@ export type BottomTabParamList = {
};

const BottomNavBar = () => {
const { session } = useSession();

return (
<Tab.Navigator
screenOptions={({ route }) => ({
Expand Down

0 comments on commit 5c973fb

Please sign in to comment.