mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused change
This commit is contained in:
parent
f729d68093
commit
37b0ac016f
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
`/${props.viewer.profile.username}/${props.item.slug}`,
|
||||
'_blank'
|
||||
)
|
||||
window.focus()
|
||||
} else {
|
||||
router.push(`/${props.viewer.profile.username}/${props.item.slug}`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue