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 92b1c2b commit 1073df5Copy full SHA for 1073df5
src/lib/components/market/helpers.ts
@@ -88,7 +88,7 @@ function generateStickerInlineHTML(itemInfo: ItemInfo, asset: rgAsset): string[]
88
function generateKeychainInlineHTML(itemInfo: ItemInfo, asset: rgAsset): string[] {
89
const description = getKeychainDescription(itemInfo, asset);
90
91
- if (!description || description.type !== 'html' || !description.value.includes('sticker')) {
+ if (!description || description.type !== 'html' || description.value.includes('sticker')) {
92
return [];
93
}
94
0 commit comments