Skip to content

Commit

Permalink
fix: swaps UI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Jan 8, 2024
1 parent 54705e7 commit d4c99d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ export function SwapAssetsPair() {
<SwapAssetItemLayout
caption="You will swap"
icon={swapAssetFrom.icon}
symbol={swapAssetFrom.balance.symbol}
symbol={swapAssetFrom.name}
value={swapAmountFrom}
/>
}
swapAssetTo={
<SwapAssetItemLayout
caption="You will receive"
icon={swapAssetTo.icon}
symbol={swapAssetTo.balance.symbol}
symbol={swapAssetTo.name}
value={swapAmountTo}
/>
}
Expand Down

0 comments on commit d4c99d5

Please sign in to comment.