Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
chefjackson committed Sep 20, 2024
1 parent ad72075 commit 57d0750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/views/Swap/V3Swap/hooks/useConfirmModalState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ const useConfirmActions = (
const { tradeType } = order.trade
logSwap({
tradeType,
account,
account: account ?? '0x',
chainId: xOrder.chainId,
hash: xOrder.hash,
inputAmount,
Expand All @@ -460,7 +460,7 @@ const useConfirmActions = (
if (receipt.transactionHash) {
logSwap({
tradeType,
account,
account: account ?? '0x',
chainId: xOrder.chainId,
hash: receipt.transactionHash,
inputAmount,
Expand Down

0 comments on commit 57d0750

Please sign in to comment.