From ed2d5f767146398bb1f980619d1bf39889c9d303 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 2 Jul 2020 20:22:15 +0200 Subject: [PATCH] :sparkles: (notification) add tag to replace notifications to not stack them up --- src/utils/notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/notification.ts b/src/utils/notification.ts index 520d5da..c8b316d 100644 --- a/src/utils/notification.ts +++ b/src/utils/notification.ts @@ -30,6 +30,7 @@ export const notify = ( showNotification(title, { icon: '/img/icons/apple-touch-icon.png', vibrate: [300, 100, 400], + tag: 'pair-programming', ...options }) }