Skip to content

Commit

Permalink
Cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lubej committed Nov 27, 2023
1 parent 2906cc8 commit 40bf151
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/pages/TokenDashboardPage/TokenGasUsedCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export const TokenGasUsedCard: FC<{ scope: SearchScope; address: string }> = ({

const { account, isFetched } = useAccount(scope, address)

console.log('Account', account)

return (
<SnapshotCard title={t('common.gasUsed')} withConstantHeight>
<Box sx={{ display: 'flex', alignItems: 'center', justifyContent: 'center', height: '100%' }}>
Expand Down

0 comments on commit 40bf151

Please sign in to comment.