Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3296204
D3345.id10298.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
819 B
Referenced Files
None
Subscribers
None
D3345.id10298.diff
View Options
diff --git a/web/app.react.js b/web/app.react.js
--- a/web/app.react.js
+++ b/web/app.react.js
@@ -35,6 +35,7 @@
import { useSelector } from './redux/redux-utils';
import VisibilityHandler from './redux/visibility-handler.react';
import history from './router-history';
+import AccountSettings from './settings/account-settings.react';
import LeftLayoutAside from './sidebar/left-layout-aside.react';
import Splash from './splash/splash.react';
import './typography.css';
@@ -144,6 +145,11 @@
mainContent = <Chat />;
} else if (this.props.navInfo.tab === 'apps') {
mainContent = <AppsDirectory />;
+ } else if (
+ this.props.navInfo.tab === 'settings' &&
+ this.props.navInfo.settingsSection === 'account'
+ ) {
+ mainContent = <AccountSettings />;
}
return (
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 1:34 AM (21 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2532353
Default Alt Text
D3345.id10298.diff (819 B)
Attached To
Mode
D3345: [web] Render account settings when in right path
Attached
Detach File
Event Timeline
Log In to Comment