projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ec161
)
Fix bug
author
Ajay Bura
<ajbura@gmail.com>
Fri, 10 Dec 2021 11:58:29 +0000
(17:28 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Fri, 10 Dec 2021 11:58:29 +0000
(17:28 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/organisms/search/Search.jsx
patch
|
blob
|
history
diff --git
a/src/app/organisms/search/Search.jsx
b/src/app/organisms/search/Search.jsx
index 80ddce82dbf73f35fa968041bea67225cfd090af..56e5e3c0cb7024306de29eb82a3798e8f94844f4 100644
(file)
--- 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)}
/>
);