Skip to content

Commit

Permalink
fix: add advanced view
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Jan 21, 2024
1 parent 9c1f549 commit 97ef4e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -99,7 +98,6 @@ export const Home = ({ wallet }: Props) => {
</HStack>
<GetGho />
<GhoData address={wallet} />
<FinancialDashboard address={wallet} />
<MergedTable address={wallet} />
{showAdvanced && (
<>
Expand Down

0 comments on commit 97ef4e4

Please sign in to comment.