minor change
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
<StateSelector selected={task.status.code} onchange={val => update({status:val})} project_id={task.project_id} />
|
||||
</td>
|
||||
</tr>
|
||||
{#if task.description.source}
|
||||
{#if task.description}
|
||||
<tr>
|
||||
<th>{t('description')}</th>
|
||||
<td class="description">
|
||||
|
||||
Reference in New Issue
Block a user