fix(desktop): can not navigate to view from feed

This commit is contained in:
Stephen Zhou 2025-05-12 00:06:36 +08:00
parent 523e472a7c
commit 69a0c940d2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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}`
}