Show no_job string in read-only section
This commit is contained in:
parent
1bb16db205
commit
acbc2da09d
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ const JobSection = (props: Props) => {
|
||||||
ref={selectRef}
|
ref={selectRef}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<h3>{party.job?.name[locale]}</h3>
|
<h3>{party.job ? party.job.name[locale] : t('no_job')}</h3>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<ul className="JobSkills">
|
<ul className="JobSkills">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue