style(ui): apply biome recos

This commit is contained in:
Edouard Vanbelle
2026-04-26 00:22:49 +02:00
parent ae15d5adc5
commit 08cbf3a423
22 changed files with 23 additions and 45 deletions
-1
View File
@@ -212,7 +212,6 @@ function showUserProfileModal() {
// FIXME: use classes
const barColor = percentage > 90 ? '#ef4444' : percentage > 70 ? '#f59e0b' : '#22c55e';
const existing = document.getElementById('profile-modal-overlay');
if (existing) existing.remove();