Skip to content

Commit

Permalink
fix: symbol in success modal
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Oct 18, 2023
1 parent 951f83c commit 3f27df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/transactions/Repay/RepayModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export const RepayModalContent = ({
<TxSuccessView
action={<Trans>repaid</Trans>}
amount={amountRef.current}
symbol={tokenToRepayWith.symbol}
symbol={repayWithATokens ? poolReserve.symbol : tokenToRepayWith.symbol}
/>
);

Expand Down

0 comments on commit 3f27df4

Please sign in to comment.