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 56f5229 commit 18541feCopy full SHA for 18541fe
javascript/tokenscript-viewer/src/components/common/tokens-grid/tokens-grid.tsx
@@ -175,7 +175,7 @@ export class TokensGrid {
175
}
176
177
if (
178
- (!tokenIdParam || tokenIdParam === tokenId.toString()) &&
+ (!tokenIdParam || tokenIdParam === tokenId) &&
179
cardRes.card.isAvailableForOrigin(token.originId) &&
180
await cardRes.card.isEnabledOrReason(context) === true
181
) {
0 commit comments