tracker fixes
This commit is contained in:
@ -487,7 +487,7 @@ export const ModalTiсket = ({
|
||||
}}
|
||||
/>
|
||||
) : (
|
||||
<h5 className='taskName'>{inputsValue.title}</h5>
|
||||
<h5 className="taskName">{inputsValue.title}</h5>
|
||||
)}
|
||||
<div className="content__description">
|
||||
{editOpen ? (
|
||||
@ -518,7 +518,7 @@ export const ModalTiсket = ({
|
||||
/>
|
||||
) : (
|
||||
<p
|
||||
className='taskDescription'
|
||||
className="taskDescription"
|
||||
dangerouslySetInnerHTML={{ __html: inputsValue.description }}
|
||||
/>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user