remove unused

This commit is contained in:
monoid 2024-04-13 23:05:44 +09:00
parent ec120e7d26
commit 76d1c6b33d
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ export default function Gallery() {
const isLoadingMore = data && size > 0 && (data[size - 1] === undefined); const isLoadingMore = data && size > 0 && (data[size - 1] === undefined);
const isReachingEnd = data && data[size - 1]?.hasMore === false;
return (<div className="p-4 grid gap-2 overflow-auto h-dvh items-start content-start" ref={parentRef}> return (<div className="p-4 grid gap-2 overflow-auto h-dvh items-start content-start" ref={parentRef}>
<Search /> <Search />
{(word || tags) && {(word || tags) &&