Show no_job string in read-only section

This commit is contained in:
Justin Edmund 2023-01-15 10:37:51 -08:00
parent 1bb16db205
commit acbc2da09d

View file

@ -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">