We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679a4a9 commit 95236edCopy full SHA for 95236ed
apps/dashboard/src/app/(dashboard)/hackweek/[chain_id]/[address]/components/ActivityOverview.tsx
@@ -68,12 +68,12 @@ export function ActivityOverview({
68
isEnabled: true,
69
onClick: () => setActiveTab("transactions"),
70
},
71
- {
72
- name: "Contracts",
73
- isActive: activeTab === "contracts",
74
- isEnabled: true,
75
- onClick: () => setActiveTab("contracts"),
76
- },
+ // {
+ // name: "Contracts",
+ // isActive: activeTab === "contracts",
+ // isEnabled: true,
+ // onClick: () => setActiveTab("contracts"),
+ // },
77
]}
78
tabClassName="font-medium !text-sm"
79
/>
0 commit comments