diff --git a/src/Components/Layout/SettingsComponents/MetricRangeEditor.jsx b/src/Components/Layout/SettingsComponents/MetricRangeEditor.jsx index d9135b6..54f03fc 100644 --- a/src/Components/Layout/SettingsComponents/MetricRangeEditor.jsx +++ b/src/Components/Layout/SettingsComponents/MetricRangeEditor.jsx @@ -269,31 +269,20 @@ const MetricRangeEditor = ({ onSave }) => { - - - {({ height, width }) => ( - - {({ index, style }) => ( - - - - )} - - )} - + + {filtered.map((metric, index) => ( + + ))} + {filtered.length === 0 && ( {filter ? 'Ничего не найдено' : 'Нет метрик для отображения'}