fix(profiles): Perhaps fix for e.words[i] undefined?

This commit is contained in:
tecc 2022-09-27 23:56:30 +02:00
parent 020e3e9254
commit 376cca9140

View File

@ -228,7 +228,7 @@
<h4 class="h5"> <h4 class="h5">
<T>profile.column</T> {{i + 1}} <T>profile.column</T> {{i + 1}}
</h4> </h4>
<OpinionListInput v-model="words[i].values" group="words"/> <OpinionListInput v-if="words[i]" v-model="words[i].values" group="words"/>
</template> </template>
</section> </section>