Skip to content

Commit ee012fb

Browse files
committed
fix: border image
1 parent e551d15 commit ee012fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/frontend/src/components/new-launch/picks.socials.component.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ export const PicksSocialsComponent: FC<{ toolTip?: boolean }> = ({
7676
? 'border-transparent'
7777
: 'border-[#000]'
7878
)}
79-
onError={(e) => {
80-
e.currentTarget.style.display = 'none';
81-
}}
8279
alt={integration.identifier}
8380
width={42}
8481
height={42}

0 commit comments

Comments
 (0)