Skip to content

Commit

Permalink
Fixed editing categories (#10627)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHollidayInn committed Aug 25, 2018
1 parent 4f4e141 commit d198e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/client/components/challenges/challengeModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
div.category-wrap(@click.prevent="toggleCategorySelect")
span.category-select(v-if='workingChallenge.categories.length === 0') {{$t('none')}}
.category-label(v-for='category in workingChallenge.categories') {{$t(categoriesHashByKey[category])}}
.category-box(v-if="showCategorySelect")
.category-box(v-if="showCategorySelect && creating")
.form-check(
v-for="group in categoryOptions",
:key="group.key",
Expand Down

0 comments on commit d198e23

Please sign in to comment.