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 Jan 22, 2025
1 parent d05d244 commit 54aef3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const formatMetadata = async (

const parseMsg = (msg: Array<string>) => {
if (msg.length > 1) {
const message = msg.join('') ?? ''
const message = msg.join('')
try {
return JSON.parse(message)
} catch {
Expand Down

0 comments on commit 54aef3f

Please sign in to comment.