Hmm, need a flow chart for this srsly

This commit is contained in:
Lim Chee Aun 2023-11-02 20:24:52 +08:00
parent 89f82707d6
commit fa9e0059c0

View file

@ -90,6 +90,7 @@ function Notifications({ columnMode }) {
}
}
states.notificationsShowNew = false;
states.notificationsLastFetchTime = Date.now();
return allNotifications;
}