mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge pull request #183 from Hestia-Homes/featurea/guiness_fix
I forgot brackets
This commit is contained in:
commit
302bdaf366
1 changed files with 3 additions and 3 deletions
|
|
@ -31,9 +31,9 @@ const getAfterAssessmentLabel = (
|
|||
|
||||
// 2. If coordination status contains v1/v2/v3 ioe/mtp completed, show as 'In Design'
|
||||
if (
|
||||
coordStatusUpper.includes("V1 IOE/MTP COMPLETE") ||
|
||||
coordStatusUpper.includes("V2 IOE/MTP COMPLETE") ||
|
||||
coordStatusUpper.includes("V3 IOE/MTP COMPLETE")
|
||||
coordStatusUpper.includes("(V1) IOE/MTP COMPLETE") ||
|
||||
coordStatusUpper.includes("(V2) IOE/MTP COMPLETE") ||
|
||||
coordStatusUpper.includes("(V3) IOE/MTP COMPLETE")
|
||||
) {
|
||||
// 3. If design status is 'Uploaded', show as 'Completed'
|
||||
if (designStatusUpper === "UPLOADED") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue