We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d554f commit 0a8c0a6Copy full SHA for 0a8c0a6
ui/pages/bridge/quotes/bridge-quote-card.tsx
@@ -208,12 +208,9 @@ export const BridgeQuoteCard = () => {
208
? formatTokenAmount(
209
locale,
210
activeQuote.totalNetworkFee?.amount,
211
- ticker,
212
)
213
: undefined
214
- }
215
- -
216
- ${
+ } - ${
217
activeQuote.totalMaxNetworkFee?.valueInCurrency
218
219
@@ -232,11 +229,8 @@ export const BridgeQuoteCard = () => {
232
229
formatTokenAmount(
233
230
234
231
235
236
237
238
239
240
formatCurrencyAmount(
241
activeQuote.totalMaxNetworkFee?.valueInCurrency,
242
currency,
0 commit comments