fix: supprimer variables inutilisées bloquant le build ESLint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 22:49:22 +02:00
parent d16cd1fbf5
commit 211d8c5c01
2 changed files with 35 additions and 20 deletions
-3
View File
@@ -127,9 +127,6 @@ export default function DashboardPage() {
}, [])
const lastSync = stats?.lastSync
const syncStatusColor =
lastSync?.status === 'success' ? 'text-green-400' :
lastSync?.status === 'error' ? 'text-red-400' : 'text-slate-400'
return (
<>