mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 07:28:14 +00:00
feat(dueDate): remove dueDate from planner task title
This commit is contained in:
parent
1a7710ce68
commit
7ccf331e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<div class="parent-title">{{ parentTitle }}</div>
|
||||
}
|
||||
|
||||
<div class="title">{{ task.title }} {{ task.dueDay }}</div>
|
||||
<div class="title">{{ task.title }}</div>
|
||||
|
||||
<tag-list
|
||||
[isShowProjectTagAlways]="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue