tracker fixes

This commit is contained in:
2023-07-26 13:51:56 +03:00
parent fa582a8bfc
commit 3f9841fb6d
7 changed files with 129 additions and 29 deletions

View File

@ -487,7 +487,7 @@ export const ModalTiсket = ({
}}
/>
) : (
<h5>{inputsValue.title}</h5>
<h5 className='taskName'>{inputsValue.title}</h5>
)}
<div className="content__description">
{editOpen ? (
@ -518,6 +518,7 @@ export const ModalTiсket = ({
/>
) : (
<p
className='taskDescription'
dangerouslySetInnerHTML={{ __html: inputsValue.description }}
/>
)}