fix ประเมิน

This commit is contained in:
Warunee Tamkoo 2023-12-24 10:44:26 +07:00
parent 13a02a7f04
commit 484e8031ec
2 changed files with 18 additions and 17 deletions

View file

@ -53,9 +53,9 @@ async function fetchCheckStep(id: string) {
? 5
: data.step === "PREPARE_DOC_V2"
? 6
: data.step === "CHECK_DOC_V2"
? 7
: data.step === "WAIT_CHECK_DOC_V2"
? 7
: data.step === "CHECK_DOC_V2"
? 8
: data.step === "DONE"
? 9