From f18757a96cd309b73c9bac5e45aa971e1e509641 Mon Sep 17 00:00:00 2001 From: saml33 Date: Mon, 2 Oct 2023 12:24:28 +1100 Subject: [PATCH] remove stats tab --- pages/index.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index cd5ad29..e51b415 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,7 +1,6 @@ import NavTabs from '@components/NavTabs' import Positions from '@components/Positions' import Stake from '@components/Stake' -import Stats from '@components/Stats' import TransactionHistory from '@components/TransactionHistory' import mangoStore from '@store/mangoStore' import type { NextPage } from 'next' @@ -43,10 +42,10 @@ const Index: NextPage = () => { return ( <> -
+
@@ -71,8 +70,6 @@ const TabContent = ({ return case 'Activity': return - case 'Stats': - return default: return }