diff --git a/frontend/src/FilterManager.jsx b/frontend/src/FilterManager.jsx index 460b322..7fe31e3 100644 --- a/frontend/src/FilterManager.jsx +++ b/frontend/src/FilterManager.jsx @@ -356,80 +356,59 @@ function FilterManager() { )} {/* Фильтры и поиск */} -
| handleSort('community')}> - Community + | handleSort('community')}>
+ COMMUNITY
{sortField === 'community' && (
- |
- handleSort('gateway')}> - Gateway + | handleSort('gateway')}>
+ GATEWAY
{sortField === 'gateway' && (
- |
- Описание | -+ | DESCRIPTION | +|
|---|---|---|---|---|---|---|---|
| + | |||||||
| {editingFilter === filter.community ? ( {filter.community} )} | -+ | {editingFilter === filter.community ? ( {filter.description} )} | -
-
+
+ |
{editingFilter === filter.community ? (
<>
>
) : (
<>
>
)}
|