From b38caecb9a11934af88538b99416b0d2ddc77420 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 23:38:41 +0000 Subject: [PATCH] Wrap mentorship tab in conditional cgen-8794586f7ef8480786f6812fc7a21b94 --- 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 397068ba..a8f40202 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2061,7 +2061,8 @@ export default function Community() { )} - + {activeTab === "mentorship" && ( + {/* Mentorship Program */}
@@ -2140,6 +2141,7 @@ export default function Community() {
+ )} {/* Case Studies */}