Browse Source

minor change

module/notes
Stephan Richter 3 months ago
parent
commit
89abbf5c62
  1. 2
      frontend/src/routes/task/View.svelte

2
frontend/src/routes/task/View.svelte

@ -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">

Loading…
Cancel
Save