mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: Update analytics page layout fixes (#2623)
This commit is contained in:
parent
3c884fd46e
commit
5efc6993cd
@ -58,7 +58,6 @@ const AnalyticsPage: NextPageWithLayout = observer(() => {
|
||||
}, [user, workspaceSlug]);
|
||||
|
||||
return (
|
||||
<AppLayout header={<WorkspaceAnalyticsHeader />}>
|
||||
<>
|
||||
{projects && projects.length > 0 ? (
|
||||
<div className="h-full flex flex-col overflow-hidden bg-custom-background-100">
|
||||
@ -108,7 +107,6 @@ const AnalyticsPage: NextPageWithLayout = observer(() => {
|
||||
</>
|
||||
)}
|
||||
</>
|
||||
</AppLayout>
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user