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