diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 6e82f013..757a1c88 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -574,11 +574,11 @@ export default function CourrierPage() { [accountId]: folder })); - // Store the current account ID with the folder change + // Log the folder change with account ID console.log(`Changing folder to ${folder} for account ${accountId}`); } - // Change folder in the state, passing the accountId + // Change folder in the state, passing the clean folder name and accountId separately changeFolder(folder, accountId); setCurrentView(folder);