Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Mar 23, 2023
1 parent 8ea23df commit eec78bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Home() {
}, [UNCONFIRMED_TXN_HASH_KEY, UNSENT_FUND_TXN_HASH_KEY]);

const getNumberOfConfirmations = () => {
let numOfConfirmations = BigNumber.max(
let numOfConfirmations = BigNumber.min(
ethTxnStatus?.numberOfConfirmations,
EVM_CONFIRMATIONS_BLOCK_TOTAL
).toString();
Expand Down

0 comments on commit eec78bf

Please sign in to comment.