locale fixed
This commit is contained in:
parent
1628bfc740
commit
9980b8cc64
|
|
@ -387,9 +387,13 @@ const CreditStage4 = ({ setStage, data, setData }) => {
|
|||
setData({
|
||||
...data,
|
||||
workplace: inputValid.workplace,
|
||||
region: inputLocal.region,
|
||||
region:
|
||||
locale === "TKM" ? inputValid.region : inputLocal.region,
|
||||
region_localized: inputValid.region,
|
||||
branch: inputLocal.affiliate,
|
||||
branch:
|
||||
locale === "TKM"
|
||||
? inputValid.affiliate
|
||||
: inputLocal.affiliate,
|
||||
branch_localized: inputValid.affiliate,
|
||||
exp: inputValid.experience,
|
||||
position: inputValid.position,
|
||||
|
|
|
|||
Loading…
Reference in New Issue