Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Mike Cao 2023-10-15 20:24:44 -07:00
commit 8cb1c4ed7a
11 changed files with 29 additions and 14 deletions

View file

@ -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;
}