eternagame / eterna-mobile

Eterna mobile app
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add conditional guards to puzzle list render #80

Closed tkaragianes closed 2 years ago

tkaragianes commented 2 years ago

Closes #75. The real issue is a problem with the ordering of vuex actions and the component rendering, but this at least fixes the symptoms (e.g, rendering locking up if puzzle_list is undefined).