diff --git a/src/components/quotes/FormulaViewModal.tsx b/src/components/quotes/FormulaViewModal.tsx index 464ed9ae..3212ffa2 100644 --- a/src/components/quotes/FormulaViewModal.tsx +++ b/src/components/quotes/FormulaViewModal.tsx @@ -185,9 +185,7 @@ function DebugStepCard({ step }: { step: BomDebugStep }) { {hasFormulas ? ( ) : ( -
- {JSON.stringify(step.data, null, 2)} -
- {JSON.stringify(formulas, null, 2)} -