File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ const SettingsToolBar = () => (
99 < SectionTopBar
1010 title = "Profile and Settings"
1111 menu = { [
12- < NavLink key = "profile" to = "/settings/profile" > Profile</ NavLink > ,
13- < NavLink key = "system" to = "/settings/system" > System</ NavLink > ,
12+ // <NavLink key="profile" to="/settings/profile">Profile</NavLink>,
13+ // <NavLink key="system" to="/settings/system">System</NavLink>,
1414 < NavLink key = "notifications" to = "/settings/notifications" > Notifications</ NavLink >
1515 ] }
1616 />
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import ProfileSettingsContainer from './routes/profile/containers/ProfileSetting
1212
1313export default (
1414 < Switch >
15- < Route path = "/settings/profile" render = { renderApp ( < TopBarContainer toolbar = { SettingsToolBar } /> , < ProfileSettingsContainer /> ) } />
16- < Route path = "/settings/system" render = { renderApp ( < TopBarContainer toolbar = { SettingsToolBar } /> , < SystemSettingsContainer /> ) } />
15+ { /* <Route path="/settings/profile" render={renderApp(<TopBarContainer toolbar={SettingsToolBar} />, <ProfileSettingsContainer />)} />*/ }
16+ { /* <Route path="/settings/system" render={renderApp(<TopBarContainer toolbar={SettingsToolBar} />, <SystemSettingsContainer />)} />*/ }
1717 < Route path = "/settings/notifications" render = { renderApp ( < TopBarContainer toolbar = { SettingsToolBar } /> , < NotificationSettingsContainer /> ) } />
1818 </ Switch >
1919)
You can’t perform that action at this time.
0 commit comments