1
0

Fix empty call to actions

This commit is contained in:
kolaente
2021-01-21 18:14:22 +01:00
parent bdfbe8857a
commit 0667a96376
4 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@
</p>
</div>
<p class="has-text-centered has-text-grey" v-if="ctaVisiable && tasks.length === 0 && !taskCollectionService.loading">
<p class="has-text-centered has-text-grey is-italic" v-if="ctaVisible && tasks.length === 0 && !taskCollectionService.loading">
This list is currently empty.
<a @click="$refs.newTaskInput.focus()">Create a new task.</a>
</p>