From 0601664c1dfbd93571d060ee2bd0602364554e92 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 23:38:27 +0000 Subject: [PATCH] Wrap knowledge tab in conditional cgen-86b1689620204489a722504fd2233ac6 --- 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 d9e98a17..397068ba 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -1963,7 +1963,8 @@ export default function Community() { )} - + {activeTab === "knowledge" && ( + {/* Knowledge Base */}
@@ -2058,6 +2059,7 @@ export default function Community() {
+ )} {/* Mentorship Program */}