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 && (
|
{showMore && (
|
||||||
<>
|
<>
|
||||||
{/* <InView
|
|
||||||
as="li"
|
|
||||||
style={{
|
|
||||||
height: '20vh',
|
|
||||||
}}
|
|
||||||
onChange={(inView) => {
|
|
||||||
if (inView) loadStatuses();
|
|
||||||
}}
|
|
||||||
root={scrollableRef.current}
|
|
||||||
rootMargin="100px 0px"
|
|
||||||
> */}
|
|
||||||
<li
|
<li
|
||||||
style={{
|
style={{
|
||||||
height: '20vh',
|
height: '20vh',
|
||||||
|
@ -386,7 +375,6 @@ function Home({ hidden }) {
|
||||||
>
|
>
|
||||||
<Status skeleton />
|
<Status skeleton />
|
||||||
</li>
|
</li>
|
||||||
{/* </InView> */}
|
|
||||||
<li
|
<li
|
||||||
style={{
|
style={{
|
||||||
height: '25vh',
|
height: '25vh',
|
||||||
|
|
Loading…
Add table
Reference in a new issue