Skip to content

Commit

Permalink
Merge a6103bf into 96d2dbc
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada authored Oct 23, 2023
2 parents 96d2dbc + a6103bf commit 7ce24ba
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,11 @@ export function ConvertConfirmationScreen({ route }: Props): JSX.Element {
? "DFI (EVM)"
: targetToken.displaySymbol
}
fromAddress={address}
fromAddress={
convertDirection === ConvertDirection.evmToDvm
? evmAddress
: address
}
fromAddressLabel={addressLabel}
isEvmToken={convertDirection === ConvertDirection.dvmToEvm}
/>
Expand Down

0 comments on commit 7ce24ba

Please sign in to comment.