Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit e9b008f

Browse files
authored
Merge pull request #3401 from withspectrum/fix-new-thread-badge
Remove lastActive check
2 parents 52b5e09 + 213d4e6 commit e9b008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/dashboard/components/inboxThread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const MessageCount = props => {
5252
const newMessagesSinceLastViewed =
5353
currentUserLastSeen && lastActive && currentUserLastSeen < lastActive;
5454

55-
if (!currentUserLastSeen && !lastActive && !createdMoreThanOneDayAgo) {
55+
if (!currentUserLastSeen && !createdMoreThanOneDayAgo) {
5656
return <NewThreadPill active={active}>New thread!</NewThreadPill>;
5757
}
5858

0 commit comments

Comments
 (0)