From bc6840c3d7f64a0f1ce910f98ba4ca1720e82547 Mon Sep 17 00:00:00 2001 From: Index Date: Fri, 5 Jul 2024 04:57:01 -0500 Subject: [PATCH] minor: show accessory type instead of creator avatar sandbox * if the creator is unknown or Polytoria --- js/account/avatar-sandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/account/avatar-sandbox.js b/js/account/avatar-sandbox.js index 7177fd0..450b39a 100644 --- a/js/account/avatar-sandbox.js +++ b/js/account/avatar-sandbox.js @@ -566,7 +566,7 @@ function LoadWearing() {
${Cached.name}
- by ${Cached.creator.name || "-"} + ${ (Cached.creator.id || 1) === 1 ? (Cached.accessoryType !== undefined ? CleanAccessoryType(Cached.accessoryType) : Cached.type.substring(0, 1).toUpperCase()+Cached.type.substring(1)) : `by ${Cached.creator.name || "-"}` } Free' : (Cached.price !== "???") ? 'text-success">$ ' + Cached.price : 'text-muted">???' }