Removed redirect to home on ui/index
This commit is contained in:
parent
0c8a68adce
commit
346a14635f
|
@ -182,7 +182,7 @@ class SwitchingColumnsArea extends React.PureComponent {
|
|||
|
||||
return (
|
||||
<Switch>
|
||||
<Redirect from='/' to='/home' exact />
|
||||
{/* <Redirect from='/' to='/home' exact /> */}
|
||||
<WrappedRoute path='/home' exact layout={LAYOUT.HOME} component={HomeTimeline} content={children} />
|
||||
|
||||
<WrappedRoute path='/groups' component={Groups} content={children} />
|
||||
|
|
Loading…
Reference in New Issue