replace p with div for linting
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Jakob Reiter 2023-12-22 10:56:05 +01:00
parent 41665f5b8f
commit 079b1358a4
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<h3 class="mb-2 title">
{{ pageTitle }}
</h3>
<p v-if="!showAll" class="show-tasks-options section-card columns">
<div v-if="!showAll" class="show-tasks-options section-card columns">
<div class="column">
<datepicker-with-range @update:model-value="setDate">
<template #trigger="{toggle}">
@ -21,7 +21,7 @@
{{ $t('task.show.overdue') }}
</fancycheckbox>
</div>
</p>
</div>
<template v-if="!loading && (!tasks || tasks.length === 0) && showNothingToDo">
<h3 class="has-text-centered mt-6">{{ $t('task.show.noTasks') }}</h3>
<LlamaCool class="llama-cool"/>