commit
961ca8e827
@ -111,7 +111,9 @@ const Candidate = () => {
|
|||||||
{text ? (
|
{text ? (
|
||||||
<div className={style.candidate__text} dangerouslySetInnerHTML={createMarkup(text)}></div>
|
<div className={style.candidate__text} dangerouslySetInnerHTML={createMarkup(text)}></div>
|
||||||
) : (
|
) : (
|
||||||
<p className={style.candidate__textSecondary}>Описание отсутствует...</p>
|
<p className={style.candidate__textSecondary}>
|
||||||
|
{currentCandidateObj.vc_text ? currentCandidateObj.vc_text : 'Описание отсутствует...' }
|
||||||
|
</p>
|
||||||
)}
|
)}
|
||||||
<Link to={'/form'}>
|
<Link to={'/form'}>
|
||||||
<button type="submit" className={style.candidate__btn}>
|
<button type="submit" className={style.candidate__btn}>
|
||||||
|
Loading…
Reference in New Issue
Block a user