diff --git a/js/account/avatar-sandbox-rewrite.js b/js/account/avatar-sandbox-rewrite.js
index 2a12669..fc9f842 100644
--- a/js/account/avatar-sandbox-rewrite.js
+++ b/js/account/avatar-sandbox-rewrite.js
@@ -455,7 +455,7 @@ async function LoadItems() {
by ${ (item.type !== 'hat' && item.type !== 'tool') ? 'Polytoria' : item.creator.name }
- Free' : (item.price !== "???") ? 'text-success">$ ' + item.price : 'text-muted">???' }
@@ -528,7 +528,7 @@ function LoadWearing() {
by ${Cached.creator.name || "-"}
- Free' : (Cached.price !== "???") ? 'text-success">$ ' + Cached.price : 'text-muted">???' }