From c447b365404352814c25ebd1a42bbbc234b73649 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 2 Dec 2023 13:34:28 -0500 Subject: [PATCH] minor fix --- components/LinkCard.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/LinkCard.tsx b/components/LinkCard.tsx index 2f734f9..555358a 100644 --- a/components/LinkCard.tsx +++ b/components/LinkCard.tsx @@ -212,15 +212,13 @@ export default function LinkCard({ link, count, className }: Props) { onClick={() => router.push("/links/" + link.id)} className="flex items-start cursor-pointer gap-5 sm:gap-10 h-full w-full p-4" > - {url && account.displayLinkIcons && ( + {url && ( { const target = e.target as HTMLElement;