Skip to content

Commit

Permalink
refactor: enable affiliate tab
Browse files Browse the repository at this point in the history
  • Loading branch information
painiteleo authored and painiteleo committed Aug 5, 2024
1 parent 89f5097 commit 00bbda6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/app/[tab]/AppTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const _AppTabs: FC = () => {
Pre-Mining
</TabsTrigger>
<TabsTrigger value="dashboard">Dashboard</TabsTrigger>
{/* <TabsTrigger value="affiliate">Affiliate Program</TabsTrigger> */}
<TabsTrigger value="affiliate">Affiliate Program</TabsTrigger>
<TabsTrigger value="swap">Swap</TabsTrigger>
<XPayButton />
</TabsList>
Expand All @@ -85,9 +85,9 @@ const _AppTabs: FC = () => {
<TabsContent value="dashboard">
<AppDashboard />
</TabsContent>
{/* <TabsContent value="affiliate">
<TabsContent value="affiliate">
<AppAffiliate />
</TabsContent> */}
</TabsContent>
<TabsContent value="swap">
<AppSwap />
</TabsContent>
Expand Down

0 comments on commit 00bbda6

Please sign in to comment.