Remove unused code

This commit is contained in:
Lim Chee Aun 2023-01-25 21:53:43 +08:00
parent 3392f57462
commit 9a898437f9

View file

@ -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',