Compare commits
2 Commits
65d8330d2c
...
6ea0adb4ea
| Author | SHA1 | Date |
|---|---|---|
|
|
6ea0adb4ea | |
|
|
1a5847ad9f |
|
|
@ -319,7 +319,7 @@ const StepTwoComponent = forwardRef((props, ref) => {
|
|||
const newSpecialList = data.details.map((item) => {
|
||||
const existsItem = specialList.find(specialItem => specialItem.qualificationsDetailId === item.id);
|
||||
if (existsItem) {
|
||||
return { ...item, ...existsItem };
|
||||
return { ...existsItem, ...item };
|
||||
}
|
||||
return item;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue