Skip to content

Commit

Permalink
fixup! fix(suite): fix issues with TokenSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Nov 6, 2024
1 parent b7e74f3 commit 1cbed53
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import { IOAddress } from 'src/components/suite/copy/IOAddress';
import { Translation, FormattedDateWithBullet } from 'src/components/suite';
import { WalletAccountTransaction } from 'src/types/wallet';

import { IOAddress } from './IOAddress';

const Wrapper = styled.div<{ $elevation: Elevation }>`
background: ${mapElevationToBackground};
padding: ${spacingsPx.lg};
Expand Down

0 comments on commit 1cbed53

Please sign in to comment.