diff --git a/apps/wallet-mobile/src/features/ReviewTx/common/hooks/useFormattedMetadata.tsx b/apps/wallet-mobile/src/features/ReviewTx/common/hooks/useFormattedMetadata.tsx index c1ecf444d7..905ffcaa79 100644 --- a/apps/wallet-mobile/src/features/ReviewTx/common/hooks/useFormattedMetadata.tsx +++ b/apps/wallet-mobile/src/features/ReviewTx/common/hooks/useFormattedMetadata.tsx @@ -47,7 +47,7 @@ const parseMsg = (msg: Array) => { try { return JSON.parse(msg.join('')) } catch { - return msg[0] + return '' } } return msg[0]