Skip to content

Commit 95236ed

Browse files
author
=
committed
chore: hide unused contracts tab
1 parent 679a4a9 commit 95236ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/dashboard/src/app/(dashboard)/hackweek/[chain_id]/[address]/components/ActivityOverview.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ export function ActivityOverview({
6868
isEnabled: true,
6969
onClick: () => setActiveTab("transactions"),
7070
},
71-
{
72-
name: "Contracts",
73-
isActive: activeTab === "contracts",
74-
isEnabled: true,
75-
onClick: () => setActiveTab("contracts"),
76-
},
71+
// {
72+
// name: "Contracts",
73+
// isActive: activeTab === "contracts",
74+
// isEnabled: true,
75+
// onClick: () => setActiveTab("contracts"),
76+
// },
7777
]}
7878
tabClassName="font-medium !text-sm"
7979
/>

0 commit comments

Comments
 (0)