Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Nov 14, 2023
1 parent df1fad2 commit 40f3ced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function OneNovaTransferDialog(
deepLinkInfo: {
from: sourceChainId,
to: destinationChainId,
tokenSymbol: selectedToken?.symbol || 'ETH',
tokenSymbol: selectedToken?.symbol ?? 'ETH',
amount: props.amount
},
supportedFastBridgeNames: [FastBridgeNames.Hop]
Expand Down

0 comments on commit 40f3ced

Please sign in to comment.