Remove unused code
This commit is contained in:
parent
3392f57462
commit
9a898437f9
1 changed files with 0 additions and 12 deletions
|
@ -368,17 +368,6 @@ function Home({ hidden }) {
|
|||
})}
|
||||
{showMore && (
|
||||
<>
|
||||
{/* <InView
|
||||
as="li"
|
||||
style={{
|
||||
height: '20vh',
|
||||
}}
|
||||
onChange={(inView) => {
|
||||
if (inView) loadStatuses();
|
||||
}}
|
||||
root={scrollableRef.current}
|
||||
rootMargin="100px 0px"
|
||||
> */}
|
||||
<li
|
||||
style={{
|
||||
height: '20vh',
|
||||
|
@ -386,7 +375,6 @@ function Home({ hidden }) {
|
|||
>
|
||||
<Status skeleton />
|
||||
</li>
|
||||
{/* </InView> */}
|
||||
<li
|
||||
style={{
|
||||
height: '25vh',
|
||||
|
|
Loading…
Add table
Reference in a new issue