diff --git a/frontend/components/VirtualLotteryPage.vue b/frontend/components/VirtualLotteryPage.vue index 6b60fc2..06d37ff 100644 --- a/frontend/components/VirtualLotteryPage.vue +++ b/frontend/components/VirtualLotteryPage.vue @@ -81,7 +81,12 @@ export default { socket: null, attendeesFetched: false, wasDisconnected: false, - ticketsBought: {} + ticketsBought: { + "red": 0, + "blue": 0, + "green": 0, + "yellow": 0 + } }; }, mounted() {