fix(discover): update backPath to include query parameters in FeedCardActions
This commit is contained in:
parent
11bfa8ed5c
commit
a9e8f32c8e
|
|
@ -50,7 +50,7 @@ export function FeedCardActions<T extends TrendingFeedItem | DiscoveryItem>({
|
|||
navigateEntry({
|
||||
feedId: item.feed.id,
|
||||
view: item.analytics?.view ?? 0,
|
||||
backPath: location.pathname,
|
||||
backPath: `${location.pathname}${location.search}`,
|
||||
})
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue