fix: remove duplicate renderValue declaration

This commit is contained in:
root 2026-06-12 15:48:50 +00:00
parent 2f2dae686c
commit 62475c7e48
1 changed files with 0 additions and 2 deletions

View File

@ -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();