Skip to content

Commit

Permalink
fix(ui-ux): utxo-evm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Oct 11, 2023
1 parent e5b0151 commit 9d0ec89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export function ConvertConfirmationScreen({ route }: Props): JSX.Element {
fee,
}),
suffix: ` ${sourceToken.displayTextSymbol}${
convertDirection === ConvertDirection.dvmToEvm ? "" : "-EVM"
convertDirection !== ConvertDirection.evmToDvm ? "" : "-EVM"
}`,
testID: "resulting_tokens_value",
themedProps: {
Expand Down

0 comments on commit 9d0ec89

Please sign in to comment.