🐛 (notification) fix notification
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user