Fix bug
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
c9ec161ccc
commit
77818f9342
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ function Search() {
|
|||
iconSrc={iconSrc}
|
||||
isUnread={isUnread}
|
||||
notificationCount={noti.total}
|
||||
isAlert={noti.total > 0}
|
||||
isAlert={noti.highlight > 0}
|
||||
onClick={() => openItem(item.roomId, item.type)}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue