From 14ea81d57c2d221fa57bfd62dfa612d3dd415f98 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 00:00:10 +0000 Subject: [PATCH] Wrap duplicate block in false conditional cgen-998714e8f8d34b82a634b299f00605dc --- client/pages/Community.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 5dc7bcd9..ac320e39 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -3511,6 +3511,9 @@ export default function Community() { )} + {false && ( + <> + {/* DevConnect Spotlight */}
@@ -4386,6 +4389,8 @@ export default function Community() {
+ + )} );