Skip to content
Snippets Groups Projects
Commit 87aa9f39 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

prevent duplicate inflection button

parent 226ca97a
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
<span v-if="$store.state.showInflectionNo" class="inflection_classes">{{lemma_group.inflection_classes}}</span>
</span>
<InflectionButton class="inflection-button" :lemmas="$parent.article.lemmas" :dictionary="dictionary" :article_id="$parent.article.article_id"/>
<InflectionButton v-if="i == lemma_groups.length-1" class="inflection-button" :lemmas="$parent.article.lemmas" :dictionary="dictionary" :article_id="$parent.article.article_id"/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment