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 && (
<>
{/* <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',