From a29b6308434863d531e8438c3a54cff270854d9d Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 17 Apr 2025 13:34:29 +0100 Subject: [PATCH] linting --- src/Components/Profile/Subcomponents/CrowdfundingView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Profile/Subcomponents/CrowdfundingView.tsx b/src/Components/Profile/Subcomponents/CrowdfundingView.tsx index dd5964f3..b6842a34 100644 --- a/src/Components/Profile/Subcomponents/CrowdfundingView.tsx +++ b/src/Components/Profile/Subcomponents/CrowdfundingView.tsx @@ -114,6 +114,7 @@ export const CrowdfundingView = ({ item }: { item: Item }) => { if (slug) { void fetchData() } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [slug]) if (!slug) return null