Redirect /settings to /settings/preferences

merge-requests/40/head
Alex Gleason 4 years ago
parent 6367f560ec
commit 6116b56676
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -247,6 +247,7 @@ class SwitchingColumnsArea extends React.PureComponent {
<WrappedRoute path='/statuses/:statusId' exact component={Status} content={children} componentParams={{ shouldUpdateScroll: this.shouldUpdateScroll }} />
<Redirect exact from='/settings' to='/settings/preferences' />
<WrappedRoute path='/settings/preferences' layout={LAYOUT.DEFAULT} component={Preferences} content={children} />
<WrappedRoute path='/settings/profile' layout={LAYOUT.DEFAULT} component={EditProfile} content={children} />

Loading…
Cancel
Save