fix: remove duplicate renderValue declaration
This commit is contained in:
parent
2f2dae686c
commit
62475c7e48
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue