Fixed editing categories (#10627)

This commit is contained in:
Keith Holliday
2018-08-25 11:15:47 -05:00
committed by GitHub
parent 4f4e141806
commit d198e23de6

View File

@@ -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",