this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lol, totally wrong logic

+1 -1
+1 -1
src/pages/search.jsx
··· 103 103 setHashtagResults(results.hashtags); 104 104 if (type) { 105 105 offsetRef.current = LIMIT; 106 - setShowMore(results[type]?.length >= LIMIT); 106 + setShowMore(!!results[type]?.length); 107 107 } 108 108 } 109 109 setUiState('default');