Also update review prereqs

This commit is contained in:
Chloe Herd 2023-10-10 15:55:05 -04:00
parent 0a9df36a8d
commit 2e78f18691

View file

@ -177,8 +177,7 @@ export default {
// damageReqs handles checking for damage, even though it is also required for this section. // damageReqs handles checking for damage, even though it is also required for this section.
const packageReqs = !!( const packageReqs = !!(
(damage.isRepair || lineItems.glassParts) && (damage.isRepair || lineItems.glassParts) &&
lineItems.supportingItems && lineItems.supportingItems
lineItems.vaps
); );
// Service Location // Service Location