mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Fix disable checks.
This commit is contained in:
parent
98835bbc78
commit
246e4e5f4f
4 changed files with 10 additions and 10 deletions
|
|
@ -24,7 +24,7 @@ export default function App({ Component, pageProps }) {
|
|||
const { basePath } = useRouter();
|
||||
const { dir } = useLocale();
|
||||
|
||||
if (!process.env.uiDisabled) {
|
||||
if (process.env.uiDisabled) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue