mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Fixed settings/profile cloudMode.
This commit is contained in:
parent
0487e48dd2
commit
d5c4202ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export default function SettingsLayout({ children }) {
|
||||||
|
|
||||||
const getKey = () => items.find(({ url }) => pathname === url)?.key;
|
const getKey = () => items.find(({ url }) => pathname === url)?.key;
|
||||||
|
|
||||||
if (cloudMode) {
|
if (cloudMode && pathname != '/settings/profile') {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue