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} />
|
<StateSelector selected={task.status.code} onchange={val => update({status:val})} project_id={task.project_id} />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{#if task.description.source}
|
{#if task.description}
|
||||||
<tr>
|
<tr>
|
||||||
<th>{t('description')}</th>
|
<th>{t('description')}</th>
|
||||||
<td class="description">
|
<td class="description">
|
||||||
|
|||||||
Reference in New Issue
Block a user