diff --git a/packages/ui/components/ui/tx/actions-views/isc20-withdrawal.tsx b/packages/ui/components/ui/tx/actions-views/isc20-withdrawal.tsx index 1b3148e9..13df35a8 100644 --- a/packages/ui/components/ui/tx/actions-views/isc20-withdrawal.tsx +++ b/packages/ui/components/ui/tx/actions-views/isc20-withdrawal.tsx @@ -29,14 +29,14 @@ export const Ics20WithdrawalComponent = ({ value }: { value: Ics20Withdrawal }) )} - {value.destinationChainAddress} + {value.destinationChainAddress} {value.sourceChannel} {value.returnAddress && ( - {bech32mAddress(value.returnAddress)} + {bech32mAddress(value.returnAddress)} )}