diff --git a/src/components/orders/OrderDetailPanel.jsx b/src/components/orders/OrderDetailPanel.jsx index 102a72d..3918884 100644 --- a/src/components/orders/OrderDetailPanel.jsx +++ b/src/components/orders/OrderDetailPanel.jsx @@ -326,8 +326,6 @@ const normalizeDateForInput = (value) => { return ""; }; -const renderValue = (value) => value || "Нет данных"; - const CollapsibleOrderComposition = ({ order }) => { const [isExpanded, setIsExpanded] = React.useState(false); const { stopWords, active } = useStopWords();