Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed Feb 7, 2022
1 parent 5578906 commit 623e6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/routes/SignWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function SignWrapper() {
const availableAccounts = useSelector(selectAvailableAccounts);
const accountAccountsBalances = useSelector(selectAccountAccountsBalances);
const transactions = useSelector(selectSignTransactions);
const accountId = useSelector(selectAccountId)
const accountId = useSelector(selectAccountId);

const signGasFee = new BN(signFeesGasLimitIncludingGasChanges).div(new BN('1000000000000')).toString();
const submittingTransaction = signStatus === SIGN_STATUS.IN_PROGRESS;
Expand Down

0 comments on commit 623e6f2

Please sign in to comment.