diff --git a/frontend/src/app/features/calculator/services/quote-estimator.service.ts b/frontend/src/app/features/calculator/services/quote-estimator.service.ts index 591ccf4..7c72852 100644 --- a/frontend/src/app/features/calculator/services/quote-estimator.service.ts +++ b/frontend/src/app/features/calculator/services/quote-estimator.service.ts @@ -434,7 +434,10 @@ export class QuoteEstimatorService { ); } - getLineItemStlPreview(sessionId: string, lineItemId: string): Observable { + getLineItemStlPreview( + sessionId: string, + lineItemId: string, + ): Observable { const headers: any = {}; return this.http.get( `${environment.apiUrl}/api/quote-sessions/${sessionId}/line-items/${lineItemId}/stl-preview`, diff --git a/frontend/src/app/features/checkout/checkout.component.html b/frontend/src/app/features/checkout/checkout.component.html index 7522786..123df04 100644 --- a/frontend/src/app/features/checkout/checkout.component.html +++ b/frontend/src/app/features/checkout/checkout.component.html @@ -256,7 +256,9 @@ {{ item.materialGrams | number: "1.0-0" }}g
- +