🐛 (notification) fix notification

This commit is contained in:
2020-07-02 13:17:12 +02:00
parent 155f67c7e5
commit 4c3c657e8b
4 changed files with 35 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ export default defineComponent({
? 'Programmer 1'
: 'Programmer 2'
notify(`Time to change, ${programmer}, your turn!`)
notify('Time to change', { body: `${programmer}, your turn!` })
}
}, 1000)
stopWatchSessionId = setInterval(() => {