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 (