We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f391520 commit 6d5293eCopy full SHA for 6d5293e
1 file changed
src/js/handlers/notifications.js
@@ -17,7 +17,7 @@ let NotificationsHandler = function () {
17
18
if (!previousVer || currentVer.replace(/[^0-9]/g, '') > previousVer.replace(/[^0-9]/g, '')) {
19
20
- if (currentVer.replace(/[^0-9]/g, '') === 1095) {
+ if (parseInt(currentVer.replace(/[^0-9]/g, '')) === 1095) {
21
return;
22
}
23
0 commit comments