แก้บัคประวัติทำงาน
This commit is contained in:
parent
ae5dffd30e
commit
eb9dffee1e
1 changed files with 2 additions and 2 deletions
|
|
@ -552,9 +552,9 @@ const fetchData = async () => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
if (data.length > 0) {
|
if (data.length > 0) {
|
||||||
await changeData('education', true)
|
await changeData('career', true)
|
||||||
} else {
|
} else {
|
||||||
await changeData('education', false)
|
await changeData('career', false)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue