Remove unused change

This commit is contained in:
Jackson Harper 2023-08-04 21:41:16 +08:00
parent f729d68093
commit 37b0ac016f

View file

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