fix: supprimer variables inutilisées bloquant le build ESLint
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user