Skip to content

Commit

Permalink
Merge pull request #150 from map3xyz/phil/map-234-transaction-details…
Browse files Browse the repository at this point in the history
…-gas-cost-is

fix(bridge): order history gas cost correction
  • Loading branch information
plondon authored Mar 8, 2023
2 parents 5a5e069 + 60e1cb0 commit 8910a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/Result/BridgeQuoteTransactionDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const BridgeQuoteTransactionDetails: React.FC<Props> = () => {
<ReadOnlyText
value={`${Number(state.bridgeQuote.estimate?.gasCosts)?.toFixed(
6
)} ${state.asset?.symbol} (${
)} ${state.network?.symbol} (${
ISO_4217_TO_SYMBOL['USD']
}${state.bridgeQuote.estimate?.gasCostsUsd?.toFixed(2)})`}
/>
Expand Down

0 comments on commit 8910a86

Please sign in to comment.