Wrap growth tab
cgen-93ab45dc0aa7472f85785c19bdc8d38a
This commit is contained in:
parent
d3adcafca8
commit
1770280bdd
1 changed files with 3 additions and 1 deletions
|
|
@ -2295,7 +2295,8 @@ export default function Community() {
|
|||
</TabsContent>
|
||||
)}
|
||||
|
||||
<TabsContent value="growth" className="mt-0">
|
||||
{activeTab === "growth" && (
|
||||
<TabsContent value="growth" className="mt-0">
|
||||
{/* Professional Growth & Fun */}
|
||||
<section className="py-20 bg-background/20">
|
||||
<div className="container mx-auto px-4">
|
||||
|
|
@ -2345,6 +2346,7 @@ export default function Community() {
|
|||
</div>
|
||||
</section>
|
||||
</TabsContent>
|
||||
)}
|
||||
|
||||
<TabsContent value="activities" className="mt-0">
|
||||
{/* Content & Activities */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue