Skip to content

Commit

Permalink
fix(ui-ux): choose address by domain (#4065)
Browse files Browse the repository at this point in the history
fix(uiux): choose address by domain
  • Loading branch information
Pierre Gee authored Oct 16, 2023
1 parent 3ca6050 commit 41efdb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 41efdb9

Please sign in to comment.