mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-25 23:37:48 +00:00
fix linting
This commit is contained in:
parent
08dfbe40ab
commit
560b612d90
@ -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'>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user