Skip to content

Commit ef67c09

Browse files
committed
fix small bug
Signed-off-by: Ahmet Turkmen <f.ahmet.turkmen@icloud.com>
1 parent 7c14885 commit ef67c09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

client/src/components/EventModal.vue

+4-3
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
</b-form-checkbox-group>
214214
</div>
215215

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">
217217
<b-form-checkbox-group
218218
id="challengesCS"
219219
v-model="selectedChallenges"
@@ -632,11 +632,12 @@ export default {
632632
break;
633633
case "Starters":
634634
that.challengesTextS.push(parentChallenge);
635-
that.challengesS.push(taglist[0])
635+
that.challengesS.push(taglist[0]);
636636
break;
637637
case "Cybermesterskaberne":
638638
that.challengesTextCS.push(parentChallenge);
639-
that.challengesCS.push(taglist[0])
639+
that.challengesCS.push(taglist[0]);
640+
break;
640641
}
641642
642643
})

0 commit comments

Comments
 (0)