fixes
This commit is contained in:
@ -800,7 +800,7 @@ export const TicketFullScreen = () => {
|
||||
/>
|
||||
) : (
|
||||
<h5 className="fullName nameFullScreen">
|
||||
{inputsValue.title}
|
||||
<span>Название задачи:</span>{inputsValue.title}
|
||||
</h5>
|
||||
)}
|
||||
<div className="content__description">
|
||||
@ -831,12 +831,15 @@ export const TicketFullScreen = () => {
|
||||
}}
|
||||
/>
|
||||
) : (
|
||||
<p
|
||||
className="fullDescription fullScreenDescription"
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: inputsValue.description
|
||||
}}
|
||||
/>
|
||||
<div className="ticket__description">
|
||||
<span>Описание<br/>задачи: </span>
|
||||
<p
|
||||
className="fullDescription fullScreenDescription"
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: inputsValue.description
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
{Boolean(taskFiles.length) && (
|
||||
|
Reference in New Issue
Block a user