Phase 1 fixes

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-05 04:52:16 +00:00
parent ff44827b35
commit de0e42cca8
22 changed files with 22 additions and 221 deletions

View File

@@ -392,17 +392,6 @@ export default function ContentCalendar() {
);
}
if (loading) {
return (
<>
<PageMeta title="Content Calendar" description="View and manage scheduled content" />
<div className="flex items-center justify-center h-64">
<div className="text-gray-500">Loading calendar...</div>
</div>
</>
);
}
return (
<>
<PageMeta title="Content Calendar" description="View and manage scheduled content" />