diff --git a/src/components/task.tsx b/src/components/task.tsx index c8c5a66..be7d54a 100644 --- a/src/components/task.tsx +++ b/src/components/task.tsx @@ -51,7 +51,7 @@ const Task: FunctionComponent = ({

{name} - {overdue && Просрочено} + {overdue && !checked && Просрочено} );