Rework #6
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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) &&
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue