added description
This commit is contained in:
parent
e1aefc435a
commit
e671495381
@ -89,6 +89,13 @@ const TodoDetails: FC<TodoDetailsProps> = ({ todo }) => {
|
||||
</h4>
|
||||
</>
|
||||
)}
|
||||
{
|
||||
todo.description && (
|
||||
<div>
|
||||
{todo.description}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user