mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-11 08:28:50 +01:00
Fix forgot to put back the fake <li>
This commit is contained in:
parent
dbf9c22ea5
commit
b0271c50ae
1 changed files with 7 additions and 1 deletions
|
@ -300,7 +300,13 @@ function Home({ hidden }) {
|
||||||
root={scrollableRef.current}
|
root={scrollableRef.current}
|
||||||
rootMargin="100px 0px"
|
rootMargin="100px 0px"
|
||||||
> */}
|
> */}
|
||||||
<Status skeleton />
|
<li
|
||||||
|
style={{
|
||||||
|
height: '20vh',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Status skeleton />
|
||||||
|
</li>
|
||||||
{/* </InView> */}
|
{/* </InView> */}
|
||||||
<li
|
<li
|
||||||
style={{
|
style={{
|
||||||
|
|
Loading…
Reference in a new issue