feat: tasks priorities
This commit is contained in:
@@ -560,6 +560,8 @@ const ProfileCalendar: FunctionComponent = () => {
|
||||
key={task.id}
|
||||
name={task.name}
|
||||
checked={task.checked}
|
||||
priority={task.priority}
|
||||
overdue={task.date < new Date()}
|
||||
onClick={() => handleViewTask(task.id)}
|
||||
onMarkClick={() => handleTaskCheck(task.id)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user