diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index 02590bd930..3e531c821f 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -158,7 +158,7 @@ export function notifyMe(title, body, channel) { Notification.requestPermission((permission) => { if (permission === 'granted') { try { - var notification = new Notification(title, {body, tag: body, icon: '/static/images/icon50x50.png'}); + var notification = new Notification(title, {body: body, tag: body, icon: '/static/images/icon50x50.png'}); notification.onclick = () => { window.focus(); if (channel) {