Fix redeclaration of const userChip in feature-requests.html

This commit is contained in:
southseact-3d
2026-02-11 18:20:03 +00:00
parent 196e0a98f5
commit 277ee351bf

View File

@@ -1119,7 +1119,6 @@
loadFeatureRequests(); loadFeatureRequests();
// User menu functionality // User menu functionality
const userChip = document.getElementById('fr-user-chip');
const userChipEmail = document.getElementById('fr-user-email'); const userChipEmail = document.getElementById('fr-user-email');
const userChipAvatar = document.getElementById('fr-user-avatar'); const userChipAvatar = document.getElementById('fr-user-avatar');
const userMenuPopup = document.getElementById('user-menu-popup'); const userMenuPopup = document.getElementById('user-menu-popup');