mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Correctly separate install document categories
This commit is contained in:
parent
d292bb53c1
commit
d755299043
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ export function computeDocStatusMap(
|
|||
approved.length > 0
|
||||
? approved
|
||||
: (deal.proposedMeasures ?? "")
|
||||
.split(",")
|
||||
.split(/[,;]/)
|
||||
.map((m) => m.trim())
|
||||
.filter(Boolean);
|
||||
measuresByDealId.set(deal.dealId, measures);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue