bugfix: handle time 0

This commit is contained in:
cv
2021-04-17 12:29:01 +02:00
parent 37145ee076
commit 2890687f73
3 changed files with 14 additions and 9 deletions
+3 -2
View File
@@ -3,9 +3,10 @@ const event = {
title: '',
subtitle: '',
presenter: '',
timeStart: null,
timeEnd: null,
timeStart: 0,
timeEnd: 0,
clockStarted: null,
isPublic: false,
type: 'event',
};