diff --git a/app/emails/page.tsx b/app/emails/page.tsx index b5652a9..8d88895 100644 --- a/app/emails/page.tsx +++ b/app/emails/page.tsx @@ -9,7 +9,7 @@ interface Email { subject: string; date: string; processed: string; - processedAt: string | null; + processedAt: string | null; // Wird nicht mehr angezeigt, aber im Interface belassen processedBy: string | null; queuedTo: string | null; status: string | null; @@ -51,100 +51,122 @@ export default function Emails() { .finally(() => setLoading(false)); }, [bucket, mailbox]); - if (loading) return