Added redirect for follow_requests
• Added: - redirect for follow_requests
This commit is contained in:
parent
5803bf8693
commit
31be6d5241
@ -173,6 +173,7 @@ class SwitchingArea extends PureComponent {
|
||||
<WrappedRoute path='/lists/:id' page={ListPage} component={ListTimeline} content={children} />
|
||||
|
||||
<WrappedRoute path='/notifications' exact page={NotificationsPage} component={Notifications} content={children} />
|
||||
<Redirect from='/follow_requests' to='/notifications/follow_requests' exact />
|
||||
<WrappedRoute path='/notifications/follow_requests' exact page={NotificationsPage} component={FollowRequests} content={children} />
|
||||
|
||||
<WrappedRoute path='/search' exact publicRoute page={SearchPage} component={Search} content={children} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user