Skip to content

Commit 3685707

Browse files
authored
Sellable Highlight Charms (#350)
* fix: sellable highlight charms * chore: run format
1 parent 75e468e commit 3685707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/skin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function renderClickableRank(info: ItemInfo): TemplateResult<1> {
107107
export function isSellableOnCSFloat(asset: rgAsset): boolean {
108108
return (
109109
isSkin(asset) ||
110-
(isCharm(asset) && !isHighlightCharm(asset)) ||
110+
isCharm(asset) ||
111111
isAgent(asset) ||
112112
isSticker(asset) ||
113113
isPatch(asset) ||

0 commit comments

Comments
 (0)