Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Nov 25, 2024
1 parent 86a80a0 commit 09c70ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/pages/bridge/transaction-details/transaction-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { MetaMaskReduxState } from '../../../store/store';
import { hexToDecimal } from '../../../../shared/modules/conversion.utils';
import UserPreferencedCurrencyDisplay from '../../../components/app/user-preferenced-currency-display/user-preferenced-currency-display.component';
import { EtherDenomination } from '../../../../shared/constants/common';
import { PRIMARY, SECONDARY } from '../../../helpers/constants/common';
import { PRIMARY } from '../../../helpers/constants/common';
import CurrencyDisplay from '../../../components/ui/currency-display/currency-display.component';
import {
BridgeHistoryItem,
Expand All @@ -34,7 +34,6 @@ import {
AlignItems,
Display,
FlexDirection,
JustifyContent,
TextColor,
TextTransform,
} from '../../../helpers/constants/design-system';
Expand Down

0 comments on commit 09c70ae

Please sign in to comment.