We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bbb33 commit df34433Copy full SHA for df34433
packages/wallet-widget/src/views/History.tsx
@@ -57,7 +57,7 @@ export const History = () => {
57
?.map(transfer => {
58
return Object.values(transfer.tokenMetadata || {})
59
.map(tokenMetadata => {
60
- return tokenMetadata.name
+ return tokenMetadata?.name
61
})
62
.join(', ')
63
0 commit comments