File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 213
213
</b-form-checkbox-group >
214
214
</div >
215
215
216
- <div class =" tab-pane fade active show " id =" cyber-championship" role =" tabpanel" aria-labelledby =" cyber-championship" >
216
+ <div class =" tab-pane fade" id =" cyber-championship" role =" tabpanel" aria-labelledby =" cyber-championship" >
217
217
<b-form-checkbox-group
218
218
id =" challengesCS"
219
219
v-model =" selectedChallenges"
@@ -632,11 +632,12 @@ export default {
632
632
break ;
633
633
case " Starters" :
634
634
that .challengesTextS .push (parentChallenge);
635
- that .challengesS .push (taglist[0 ])
635
+ that .challengesS .push (taglist[0 ]);
636
636
break ;
637
637
case " Cybermesterskaberne" :
638
638
that .challengesTextCS .push (parentChallenge);
639
- that .challengesCS .push (taglist[0 ])
639
+ that .challengesCS .push (taglist[0 ]);
640
+ break ;
640
641
}
641
642
642
643
})
You can’t perform that action at this time.
0 commit comments