Make /search a non-public route
This commit is contained in:
parent
89e0eef60f
commit
2e3718e548
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ const SwitchingColumnsArea: React.FC = ({ children }) => {
|
|||
|
||||
<WrappedRoute path='/notifications' page={DefaultPage} component={Notifications} content={children} />
|
||||
|
||||
<WrappedRoute path='/search' publicRoute page={DefaultPage} component={Search} content={children} />
|
||||
<WrappedRoute path='/search' page={DefaultPage} component={Search} content={children} />
|
||||
{features.suggestions && <WrappedRoute path='/suggestions' publicRoute page={DefaultPage} component={FollowRecommendations} content={children} />}
|
||||
{features.profileDirectory && <WrappedRoute path='/directory' publicRoute page={DefaultPage} component={Directory} content={children} />}
|
||||
|
||||
|
|
Loading…
Reference in a new issue