Skip to content

Commit 0a8c0a6

Browse files
committed
chore: condense network fees when shown in native currency
1 parent 52d554f commit 0a8c0a6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

ui/pages/bridge/quotes/bridge-quote-card.tsx

+2-8
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,9 @@ export const BridgeQuoteCard = () => {
208208
? formatTokenAmount(
209209
locale,
210210
activeQuote.totalNetworkFee?.amount,
211-
ticker,
212211
)
213212
: undefined
214-
}
215-
-
216-
${
213+
} - ${
217214
activeQuote.totalMaxNetworkFee?.valueInCurrency
218215
? formatTokenAmount(
219216
locale,
@@ -232,11 +229,8 @@ export const BridgeQuoteCard = () => {
232229
formatTokenAmount(
233230
locale,
234231
activeQuote.totalNetworkFee?.amount,
235-
ticker,
236232
)
237-
}
238-
-
239-
${
233+
} - ${
240234
formatCurrencyAmount(
241235
activeQuote.totalMaxNetworkFee?.valueInCurrency,
242236
currency,

0 commit comments

Comments
 (0)