candidate vc_text
This commit is contained in:
parent
ebe3705753
commit
9195969411
@ -111,7 +111,9 @@ const Candidate = () => {
|
||||
{text ? (
|
||||
<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'}>
|
||||
<button type="submit" className={style.candidate__btn}>
|
||||
|
Loading…
Reference in New Issue
Block a user