fixed page auth

This commit is contained in:
MaxOvs19
2023-11-28 22:03:56 +03:00
parent 5dc5b75f9e
commit f78e394834
5 changed files with 19 additions and 13 deletions

View File

@ -317,7 +317,8 @@ export const Tracker = () => {
<tr key={task.id}>
<td>
<div className="taskList__table__title-task">
{task.title}
<p>{task.title}</p>
<div
onClick={(e) => {
toggleDescTask(e);