diff --git a/js/account/avatar-sandbox.js b/js/account/avatar-sandbox.js
index ea76940..6bdfedf 100644
--- a/js/account/avatar-sandbox.js
+++ b/js/account/avatar-sandbox.js
@@ -623,11 +623,6 @@ async function LoadItems() {
${ (Ribbon !== null) ? Ribbon : '' }

- ${ (item.type === 'hat' && Ribbon === null) ? `
-
- ${CleanAccessoryType(item.accessoryType)}
-
- ` : ''}
@@ -866,11 +861,6 @@ function LoadWearing() {
${ (Ribbon !== null) ? Ribbon : '' }

- ${ (Cached.type === 'hat' && Ribbon === null) ? `
-
- ${CleanAccessoryType(Cached.accessoryType)}
-
- ` : ''}