fix: Update analytics page layout fixes (#2623)
This commit is contained in:
parent
3c884fd46e
commit
5efc6993cd
1 changed files with 49 additions and 51 deletions
|
|
@ -58,7 +58,6 @@ const AnalyticsPage: NextPageWithLayout = observer(() => {
|
||||||
}, [user, workspaceSlug]);
|
}, [user, workspaceSlug]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AppLayout header={<WorkspaceAnalyticsHeader />}>
|
|
||||||
<>
|
<>
|
||||||
{projects && projects.length > 0 ? (
|
{projects && projects.length > 0 ? (
|
||||||
<div className="h-full flex flex-col overflow-hidden bg-custom-background-100">
|
<div className="h-full flex flex-col overflow-hidden bg-custom-background-100">
|
||||||
|
|
@ -108,7 +107,6 @@ const AnalyticsPage: NextPageWithLayout = observer(() => {
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
</AppLayout>
|
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue