@@ -177,7 +177,7 @@ function Search() {
|
|||||||
iconSrc={iconSrc}
|
iconSrc={iconSrc}
|
||||||
isUnread={isUnread}
|
isUnread={isUnread}
|
||||||
notificationCount={noti.total}
|
notificationCount={noti.total}
|
||||||
isAlert={noti.total > 0}
|
isAlert={noti.highlight > 0}
|
||||||
onClick={() => openItem(item.roomId, item.type)}
|
onClick={() => openItem(item.roomId, item.type)}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user