From 277ee351bf218b9d32b06ff1acad052b49178fed Mon Sep 17 00:00:00 2001 From: southseact-3d Date: Wed, 11 Feb 2026 18:20:03 +0000 Subject: [PATCH] Fix redeclaration of const userChip in feature-requests.html --- chat/public/feature-requests.html | 1 - 1 file changed, 1 deletion(-) diff --git a/chat/public/feature-requests.html b/chat/public/feature-requests.html index 4481b2d..88d3d69 100644 --- a/chat/public/feature-requests.html +++ b/chat/public/feature-requests.html @@ -1119,7 +1119,6 @@ loadFeatureRequests(); // User menu functionality - const userChip = document.getElementById('fr-user-chip'); const userChipEmail = document.getElementById('fr-user-email'); const userChipAvatar = document.getElementById('fr-user-avatar'); const userMenuPopup = document.getElementById('user-menu-popup');