diff --git a/src/pages/chat/components/ChatNavIcon.tsx b/src/pages/chat/components/ChatNavIcon.tsx index 3394b99..2d8ff1c 100644 --- a/src/pages/chat/components/ChatNavIcon.tsx +++ b/src/pages/chat/components/ChatNavIcon.tsx @@ -22,7 +22,6 @@ const sendDesktopNotification = (body: string, url: string) => { const notification = new Notification(APP_NAME, { body: body, icon: `${APP_URL}/stuve-logo.svg`, - vibrate: [200, 100, 200], data: {url: url} }) notification.onclick = () => {