diff --git a/frontend/src/routes/task/View.svelte b/frontend/src/routes/task/View.svelte index a9c16d5..36d0556 100644 --- a/frontend/src/routes/task/View.svelte +++ b/frontend/src/routes/task/View.svelte @@ -184,7 +184,7 @@ update({status:val})} project_id={task.project_id} /> - {#if task.description.source} + {#if task.description} {t('description')}