Skip to content

Commit

Permalink
change error message for evm address
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Nov 21, 2023
1 parent d683d70 commit d6cf41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export function AddressRow({

// Check if address is EVM and feature flag is enabled
if (
isEvmFeatureEnabled &&
!isEvmFeatureEnabled &&
addressType === JellyfishAddressType.ETH
) {
return false;
Expand Down

0 comments on commit d6cf41c

Please sign in to comment.