diff --git a/src/components/Estimator.jsx b/src/components/Estimator.jsx index cfcd5c9..666e610 100644 --- a/src/components/Estimator.jsx +++ b/src/components/Estimator.jsx @@ -6,7 +6,7 @@ import { usePricing } from '../hooks/usePricing'; const Estimator = () => { const [area, setArea] = useState(20); const [thickness, setThickness] = useState(200); - const { prices, loading: pricesLoading } = usePricing(); + const { prices } = usePricing(); const costPerSqM = prices[thickness] ?? (thickness === 200 ? 2000 : 3000); const estimatedCost = area * costPerSqM; @@ -96,7 +96,7 @@ const Estimator = () => {
Включает бронематериалы, специализированный монтаж и финальную проверку.