This commit is contained in:
Anton Tranelis 2025-04-17 13:34:29 +01:00
parent 5b4eba9f17
commit a29b630843

View File

@ -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