mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 12:48:57 +03:00
lol, totally wrong logic
This commit is contained in:
parent
afc13c0d7e
commit
48b21ec42d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ function Search(props) {
|
|||
setHashtagResults(results.hashtags);
|
||||
if (type) {
|
||||
offsetRef.current = LIMIT;
|
||||
setShowMore(results[type]?.length >= LIMIT);
|
||||
setShowMore(!!results[type]?.length);
|
||||
}
|
||||
}
|
||||
setUiState('default');
|
||||
|
|
Loading…
Reference in a new issue