diff --git a/src/app/organisms/search/Search.jsx b/src/app/organisms/search/Search.jsx index 80ddce8..56e5e3c 100644 --- a/src/app/organisms/search/Search.jsx +++ b/src/app/organisms/search/Search.jsx @@ -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)} /> );