diff --git a/app/mail/page.tsx b/app/mail/page.tsx index 009b224..8f5d1f6 100644 --- a/app/mail/page.tsx +++ b/app/mail/page.tsx @@ -982,6 +982,25 @@ export default function MailPage() { ); + // Add debug component to help track state + const DebugInfo = () => { + if (process.env.NODE_ENV !== 'development') return null; + + return ( +