Fix forgot to put back the fake <li>

This commit is contained in:
Lim Chee Aun 2023-01-03 00:56:11 +08:00
parent dbf9c22ea5
commit b0271c50ae

View file

@ -300,7 +300,13 @@ function Home({ hidden }) {
root={scrollableRef.current}
rootMargin="100px 0px"
> */}
<Status skeleton />
<li
style={{
height: '20vh',
}}
>
<Status skeleton />
</li>
{/* </InView> */}
<li
style={{