mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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;
|
||||
|
||||
if (cloudMode) {
|
||||
if (cloudMode && pathname != '/settings/profile') {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue