diff --git a/mobile/Components/CommunityTabs/CommunityTabs.tsx b/mobile/Components/CommunityTabs/CommunityTabs.tsx
index 80399e42..747c490a 100644
--- a/mobile/Components/CommunityTabs/CommunityTabs.tsx
+++ b/mobile/Components/CommunityTabs/CommunityTabs.tsx
@@ -339,14 +339,6 @@ function FriendsTab(bookInfo) {
);
}
-function BookClubsTab({}) {
- return (
-
- {/* */}
-
- );
-}
-
function ChallengesTab() {
const navigation = useNavigation();
const account = new Account(client);
@@ -522,7 +514,6 @@ function CommunityTabs() {
sceneContainerStyle={{ backgroundColor: "transparent" }}
>
} />
- } />
);