mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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}
|
||||
rootMargin="100px 0px"
|
||||
> */}
|
||||
<Status skeleton />
|
||||
<li
|
||||
style={{
|
||||
height: '20vh',
|
||||
}}
|
||||
>
|
||||
<Status skeleton />
|
||||
</li>
|
||||
{/* </InView> */}
|
||||
<li
|
||||
style={{
|
||||
|
|
Loading…
Reference in a new issue