From 2c93e8593a34bc4f8aa4d87cfc3a9ac5568dda5b Mon Sep 17 00:00:00 2001 From: alma Date: Sat, 17 Jan 2026 01:44:13 +0100 Subject: [PATCH] Fondation --- components/email.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/email.tsx b/components/email.tsx index 0ed2efd..636ff45 100644 --- a/components/email.tsx +++ b/components/email.tsx @@ -88,7 +88,7 @@ export function Email() { color: accountColor || '#0082c9' // Fallback default color }; }); - console.log('[Email Widget] Loaded accounts with colors:', loadedAccounts.map(acc => ({ + console.log('[Email Widget] Loaded accounts with colors:', loadedAccounts.map((acc: { id: string; email: string; color: string }) => ({ id: acc.id, email: acc.email, color: acc.color