mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fixed website details page not rendering.
This commit is contained in:
parent
1195695b72
commit
eda18d3795
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@ import { Metadata } from 'next';
|
|||
import WebsiteProvider from './WebsiteProvider';
|
||||
|
||||
export default function ({ children, params: { websiteId } }) {
|
||||
if (process.env.cloudMode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return <WebsiteProvider websiteId={websiteId}>{children}</WebsiteProvider>;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue