(notification) add tag to replace notifications

to not stack them up
This commit is contained in:
2020-07-02 20:22:15 +02:00
parent 31630ca2fb
commit ed2d5f7671

View File

@@ -30,6 +30,7 @@ export const notify = (
showNotification(title, {
icon: '/img/icons/apple-touch-icon.png',
vibrate: [300, 100, 400],
tag: 'pair-programming',
...options
})
}