Skip to content

Commit e088847

Browse files
BellNotification issue fix
1 parent 2260e56 commit e088847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Header/BellNotification.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function BellNotification({userId}) {
101101
weeklycommittedHours > 0 &&
102102
!notificationSeen &&
103103
effortPercentage < 50 &&
104-
hoursLeft <= 100
104+
hoursLeft <= 48
105105
) {
106106
setHasNotification(true);
107107
} else {

0 commit comments

Comments
 (0)