Skip to content
Snippets Groups Projects
Commit f07662a2 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

skipp intro hvis den er tom

parent 83f6b87f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<li class="sub_article">
<span class="sub_article_header"><a :href="body.article_id">{{article.lemmas[0]['word']}}</a></span>
<ul>
<DefElement :body="body.intro" />
<DefElement :body="body.intro" v-if="body.intro" />
<Definition :body="article.definitions[0]" />
</ul>
</li>
......
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