Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Sep 11, 2024
1 parent e8ca802 commit fbc5e84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/pages/confirmations/components/confirm/title/title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
TransactionType,
} from '@metamask/transaction-controller';
import React, { memo, useMemo } from 'react';

import GeneralAlert from '../../../../../components/app/alert-system/general-alert/general-alert';
import { getHighestSeverity } from '../../../../../components/app/alert-system/utils';
import { Box, Text } from '../../../../../components/component-library';
Expand All @@ -23,9 +22,6 @@ import {
} from '../../../utils';
import { useApproveTokenSimulation } from '../info/approve/hooks/use-approve-token-simulation';
import { useIsNFT } from '../info/approve/hooks/use-is-nft';
import customSpendingCap from '../../custom-spending-cap';
import { useDecodedTransactionData } from '../info/hooks/useDecodedTransactionData';
import BigNumber from 'bignumber.js';

function ConfirmBannerAlert({ ownerId }: { ownerId: string }) {
const t = useI18nContext();
Expand Down

0 comments on commit fbc5e84

Please sign in to comment.