From 7f6b08a13f95b71ac2ff207421b43f30024d9776 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 8 Nov 2024 19:37:14 +0100 Subject: [PATCH] missing fix --- src/Components/Profile/Subcomponents/SocialShareButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Profile/Subcomponents/SocialShareButton.tsx b/src/Components/Profile/Subcomponents/SocialShareButton.tsx index bc0f3c42..04809fcf 100644 --- a/src/Components/Profile/Subcomponents/SocialShareButton.tsx +++ b/src/Components/Profile/Subcomponents/SocialShareButton.tsx @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-unsafe-call */ /* eslint-disable @typescript-eslint/no-unsafe-argument */ /* eslint-disable @typescript-eslint/no-unsafe-assignment */ /* eslint-disable @typescript-eslint/no-unsafe-member-access */