diff --git a/mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/SendConfirmationScreen.tsx b/mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/SendConfirmationScreen.tsx index 2c5488cd6f..d9fe6d722b 100644 --- a/mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/SendConfirmationScreen.tsx +++ b/mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/SendConfirmationScreen.tsx @@ -158,7 +158,7 @@ export function SendConfirmationScreen({ route }: Props): JSX.Element { testID="text_send_amount" iconA={tokenADisplaySymbol} iconB={tokenBDisplaySymbol} - fromAddress={address} + fromAddress={domain === DomainType.DVM ? address : evmAddress} fromAddressLabel={addressLabel} toAddress={destination} toAddressLabel={toAddressLabel}