diff --git a/src/components/Tasks/TaskListItem.tsx b/src/components/Tasks/TaskListItem.tsx index c6f1536..664097e 100644 --- a/src/components/Tasks/TaskListItem.tsx +++ b/src/components/Tasks/TaskListItem.tsx @@ -58,6 +58,7 @@ export default React.memo(function TaskListItem(props: PropsType) { onClick(task)} leftIcon={ )} - + {children} {rightIcon && (