We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e551d15 commit ee012fbCopy full SHA for ee012fb
apps/frontend/src/components/new-launch/picks.socials.component.tsx
@@ -76,9 +76,6 @@ export const PicksSocialsComponent: FC<{ toolTip?: boolean }> = ({
76
? 'border-transparent'
77
: 'border-[#000]'
78
)}
79
- onError={(e) => {
80
- e.currentTarget.style.display = 'none';
81
- }}
82
alt={integration.identifier}
83
width={42}
84
height={42}
0 commit comments