Fixed inconsistent search in emojiboard.
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -149,7 +149,7 @@ function PeopleDrawer({ roomId }) {
|
||||
}
|
||||
<div className="people-drawer__load-more">
|
||||
{
|
||||
mList.length !== 0 && mList.length > itemCount && (
|
||||
mList.length !== 0 && memberList.length > itemCount && (
|
||||
<Button onClick={loadMorePeople}>View more</Button>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user