Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Oct 2, 2023
1 parent f3805d9 commit b70eab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ import {
TransactionStatus,
TransactionType,
} from '../../../shared/constants/transaction';
import { calcGasTotal } from '../../../shared/lib/transactions-controller-utils';
import { getTokenAddressParam } from '../../helpers/utils/token-util';
import { calcGasTotal } from '../../../shared/lib/transactions-controller-utils';
import ConfirmTransactionBase from './confirm-transaction-base.component';

let customNonceValue = '';
Expand Down

0 comments on commit b70eab7

Please sign in to comment.