1
0

fix: subscription works correctly again

This commit is contained in:
kolaente
2022-04-24 17:06:00 +02:00
parent 17a42dc2e7
commit 89c81ae854
4 changed files with 6 additions and 10 deletions

View File

@ -264,7 +264,6 @@
{{ task.done ? $t('task.detail.undone') : $t('task.detail.done') }}
</x-button>
<task-subscription
v-if="task.subscription"
entity="task"
:entity-id="task.id"
:subscription="task.subscription"