fix(desktop): can not navigate to view from feed
This commit is contained in:
parent
523e472a7c
commit
69a0c940d2
|
|
@ -83,7 +83,7 @@ export const navigateEntry = (options: NavigateEntryOptions) => {
|
|||
|
||||
finalFeedId = encodeURIComponent(finalFeedId)
|
||||
|
||||
if (finalView !== undefined) {
|
||||
if (finalView !== undefined && !timelineId) {
|
||||
finalTimelineId = `${ROUTE_TIMELINE_OF_VIEW}${finalView}`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue