From 560b612d907a419135520ade2a9400f0de1d8c58 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 20 Mar 2025 01:25:16 +0000 Subject: [PATCH] fix linting --- src/Components/Profile/Subcomponents/CrowdfundingView.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Components/Profile/Subcomponents/CrowdfundingView.tsx b/src/Components/Profile/Subcomponents/CrowdfundingView.tsx index 4924ca46..aa82cc0c 100644 --- a/src/Components/Profile/Subcomponents/CrowdfundingView.tsx +++ b/src/Components/Profile/Subcomponents/CrowdfundingView.tsx @@ -114,6 +114,8 @@ export const CrowdfundingView = ({ item }: { item: Item }) => { } }, [slug]) + if (!slug) return null + if (loading) return (