Skip to content

Commit 8771aff

Browse files
authored
Merge branch 'master' into feature/notary-client
2 parents 75e45c9 + 3685707 commit 8771aff

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)