diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index ea7f90a5..2f0bd350 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -129,7 +129,7 @@ export default function CourrierPage() { // Email accounts for the sidebar const [accounts, setAccounts] = useState([ { id: 'all-accounts', name: 'All', email: '', color: 'bg-gray-500' }, - { id: 'loading-account', name: 'Loading...', email: '', color: 'bg-blue-500', folders: mailboxes } + { id: 'loading-account', name: 'Loading...', email: '', color: 'bg-blue-500', folders: [] } ]); const [selectedAccount, setSelectedAccount] = useState(null);