From 411eeb98ff534f40a01224c37ce557e521735294 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 23:39:05 +0000 Subject: [PATCH] Wrap leaderboards tab cgen-7c1f74cb2d8b4e61ab127d7b77d9cd30 --- client/pages/Community.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index c3e7c7b0..1e6081ee 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2194,7 +2194,8 @@ export default function Community() { )} - + {activeTab === "leaderboards" && ( + {/* Leaderboards */}
@@ -2246,6 +2247,7 @@ export default function Community() {
+ )} {/* Community Newsletter */}