Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/ReviewTx/common/hooks/useForma…
Browse files Browse the repository at this point in the history
…ttedMetadata.tsx

Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss authored Nov 8, 2024
1 parent 03793da commit 2cbabf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const parseMsg = (msg: Array<string>) => {
try {
return JSON.parse(msg.join(''))
} catch {
return msg[0]
return ''
}
}
return msg[0]
Expand Down

0 comments on commit 2cbabf2

Please sign in to comment.