fix linting

This commit is contained in:
Anton Tranelis 2025-03-20 01:25:16 +00:00
parent 08dfbe40ab
commit 560b612d90

View File

@ -114,6 +114,8 @@ export const CrowdfundingView = ({ item }: { item: Item }) => {
} }
}, [slug]) }, [slug])
if (!slug) return null
if (loading) if (loading)
return ( return (
<div className='tw-flex tw-justify-center'> <div className='tw-flex tw-justify-center'>