We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54705e7 commit d4c99d5Copy full SHA for d4c99d5
src/app/pages/swap/components/swap-assets-pair/swap-assets-pair.tsx
@@ -25,15 +25,15 @@ export function SwapAssetsPair() {
25
<SwapAssetItemLayout
26
caption="You will swap"
27
icon={swapAssetFrom.icon}
28
- symbol={swapAssetFrom.balance.symbol}
+ symbol={swapAssetFrom.name}
29
value={swapAmountFrom}
30
/>
31
}
32
swapAssetTo={
33
34
caption="You will receive"
35
icon={swapAssetTo.icon}
36
- symbol={swapAssetTo.balance.symbol}
+ symbol={swapAssetTo.name}
37
value={swapAmountTo}
38
39
0 commit comments