Rework #6

Merged
monoid merged 38 commits from dev into main 2024-04-17 01:45:37 +09:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 76d1c6b33d - Show all commits

View File

@ -59,8 +59,6 @@ export default function Gallery() {
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}>
<Search />
{(word || tags) &&