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

hide welcome if results

parent 166566ee
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
<Article :key="article_key" :article="article" @article-click="article_link_click" />
</div>
<div class="welcome" v-if="!(article || error || $route.name || waiting)">
<div class="welcome" v-if="!(article || error || waiting || total_results())">
<div class="monthly" :class="$vuetify.breakpoint.name">
<div>
<Article :article="monthly_bm"
......
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