Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Aug 3, 2023
1 parent 9bb521c commit e01499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/account/useTxn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const useTxn = (

const symbolsByMint = useMemo(() => {
return metadataAccs?.reduce((acc, curr, index) => {
if (curr.info) {
if (curr.info && mintKeys[index]) {
acc[mintKeys[index].toBase58()] = curr.info.symbol
}
return acc
Expand Down

0 comments on commit e01499c

Please sign in to comment.