Skip to content

Commit

Permalink
Merge pull request #381 from aura-nw/dev
Browse files Browse the repository at this point in the history
fix send ibc token
  • Loading branch information
hoangndm3139 authored Mar 26, 2024
2 parents 4f2ddf8 + c377e05 commit f54742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Transactions/TxActionModal/Send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function Execute({ open, onClose, data, sendTx, rejectTx, disable
amount={
isNativeToken
? formatNativeToken(data?.txDetails?.txMessage[0]?.amount)
: convertAmount(data?.txDetails?.txMessage[0]?.amount, false, otherToken?.coinDenom)
: convertAmount(data?.txDetails?.txMessage[0]?.amount, false, otherToken?.decimals)
}
/>
{action == 'change-sequence' && (
Expand Down

0 comments on commit f54742c

Please sign in to comment.