Skip to content

Commit

Permalink
revert change to avoid issue on throws error
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Jul 12, 2023
1 parent cad1d10 commit b5e2903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Recovery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ export default function Recovery() {
parsedPayload.targetChain === CHAIN_ID_XPLA ||
parsedPayload.targetChain === CHAIN_ID_INJECTIVE
? tokenId
: hexToNativeString(
: hexToNativeAssetString(
parsedPayload.originAddress,
parsedPayload.originChain as ChainId
) || ""
Expand Down

0 comments on commit b5e2903

Please sign in to comment.