If no tickets bought default 0 all colors.
This commit is contained in:
		@@ -81,7 +81,12 @@ export default {
 | 
			
		||||
      socket: null,
 | 
			
		||||
      attendeesFetched: false,
 | 
			
		||||
      wasDisconnected: false,
 | 
			
		||||
      ticketsBought: {}
 | 
			
		||||
      ticketsBought: {
 | 
			
		||||
        "red": 0,
 | 
			
		||||
        "blue": 0,
 | 
			
		||||
        "green": 0,
 | 
			
		||||
        "yellow": 0
 | 
			
		||||
      }
 | 
			
		||||
    };
 | 
			
		||||
  },
 | 
			
		||||
  mounted() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user