mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use id instead of slug
This commit is contained in:
parent
329efacbe5
commit
2aa0618d28
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ export function HomeFeedContainer(props: HomeFeedContainerProps): JSX.Element {
|
|||
const username = viewerData?.me?.profile.username
|
||||
if (username) {
|
||||
setActiveCardId(item.node.id)
|
||||
router.push(`/${username}/${item.node.slug}`)
|
||||
router.push(`/${username}/${item.node.id}`)
|
||||
}
|
||||
break
|
||||
case 'showOriginal':
|
||||
|
|
|
|||
Loading…
Reference in a new issue