style: apply prettier formatting
This commit is contained in:
@@ -384,8 +384,9 @@ export class QuoteEstimatorService {
|
||||
);
|
||||
|
||||
const grandTotal = Number(sessionData?.grandTotalChf);
|
||||
const effectiveSetupCost =
|
||||
Number(sessionData?.setupCostChf ?? session?.setupCostChf ?? 0);
|
||||
const effectiveSetupCost = Number(
|
||||
sessionData?.setupCostChf ?? session?.setupCostChf ?? 0,
|
||||
);
|
||||
const fallbackTotal =
|
||||
Number(sessionData?.itemsTotalChf || 0) +
|
||||
effectiveSetupCost +
|
||||
|
||||
Reference in New Issue
Block a user