Skip to content

Commit

Permalink
mobile: CommunityTabs: remove unused Book Clubs tab
Browse files Browse the repository at this point in the history
Closes #203
  • Loading branch information
ericswpark committed Apr 20, 2024
1 parent d28c32b commit 2810602
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mobile/Components/CommunityTabs/CommunityTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,6 @@ function FriendsTab(bookInfo) {
);
}

function BookClubsTab({}) {
return (
<View style={{ flex: 1 }}>
{/* <BookInfoModalReview bookInfo={bookInfo} /> */}
</View>
);
}

function ChallengesTab() {
const navigation = useNavigation();
const account = new Account(client);
Expand Down Expand Up @@ -522,7 +514,6 @@ function CommunityTabs() {
sceneContainerStyle={{ backgroundColor: "transparent" }}
>
<Tab.Screen name="Friends" children={(props) => <FriendsTab />} />
<Tab.Screen name="Book Clubs" children={(props) => <BookClubsTab />} />
<Tab.Screen name="Challenges" component={ChallengesTab} />
</Tab.Navigator>
);
Expand Down

0 comments on commit 2810602

Please sign in to comment.