diff --git a/src/components/Candidate/Candidate.js b/src/components/Candidate/Candidate.js index 64df807c..6915ad5e 100644 --- a/src/components/Candidate/Candidate.js +++ b/src/components/Candidate/Candidate.js @@ -111,7 +111,9 @@ const Candidate = () => { {text ? (
) : ( -

Описание отсутствует...

+

+ {currentCandidateObj.vc_text ? currentCandidateObj.vc_text : 'Описание отсутствует...' } +

)}