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 75e468e commit 3685707Copy full SHA for 3685707
src/lib/utils/skin.ts
@@ -107,7 +107,7 @@ export function renderClickableRank(info: ItemInfo): TemplateResult<1> {
107
export function isSellableOnCSFloat(asset: rgAsset): boolean {
108
return (
109
isSkin(asset) ||
110
- (isCharm(asset) && !isHighlightCharm(asset)) ||
+ isCharm(asset) ||
111
isAgent(asset) ||
112
isSticker(asset) ||
113
isPatch(asset) ||
0 commit comments