If no tickets bought default 0 all colors.

This commit is contained in:
2021-01-02 14:05:47 +01:00
parent 593de53073
commit f34857f5a8

View File

@@ -81,7 +81,12 @@ export default {
socket: null,
attendeesFetched: false,
wasDisconnected: false,
ticketsBought: {}
ticketsBought: {
"red": 0,
"blue": 0,
"green": 0,
"yellow": 0
}
};
},
mounted() {