Updated edit forms and icons.
This commit is contained in:
@@ -3,7 +3,7 @@ import { SettingsLayout } from './SettingsLayout';
|
||||
|
||||
export default function ({ children }) {
|
||||
if (process.env.cloudMode) {
|
||||
return null;
|
||||
//return null;
|
||||
}
|
||||
|
||||
return <SettingsLayout>{children}</SettingsLayout>;
|
||||
|
||||
Reference in New Issue
Block a user