Skip to content

Commit

Permalink
Merge pull request #928 from liquality/ext-216-solana-nft-console-err…
Browse files Browse the repository at this point in the history
…ors-nft-only

fix SOL NFTs not showing
  • Loading branch information
beemi authored Nov 22, 2022
2 parents ffdd1cb + 9d04d97 commit 6315287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Details/NFTAssetDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export default {
if (this.allNftCollections[collectionName]) {
this.nftAsset = this.allNftCollections[collectionName].find((i) => {
return i.token_id === nftAssetId
return i.token_id == nftAssetId
})
if (this.$route.query.accountId) {
this.accountId = this.$route.query.accountId
Expand Down

0 comments on commit 6315287

Please sign in to comment.