diff --git a/apps/web/src/pages/Home.tsx b/apps/web/src/pages/Home.tsx index bc8f916..90eeb57 100644 --- a/apps/web/src/pages/Home.tsx +++ b/apps/web/src/pages/Home.tsx @@ -22,7 +22,6 @@ import { CryptoIconMap } from '@/const/icons'; import { MergedTable } from '@/components/MergedTable'; import { GetGho } from '@/components/GetGho'; import { GhoData } from '@/components/GhoData'; -import { FinancialDashboard } from '@/components/FinancialDashboard'; import { ChangeEvent, useCallback, useState } from 'react'; type Props = { @@ -99,7 +98,6 @@ export const Home = ({ wallet }: Props) => { - {showAdvanced && ( <>