diff --git a/frontend/src/ServerManager.jsx b/frontend/src/ServerManager.jsx index 22f6a2d..f735a9f 100644 --- a/frontend/src/ServerManager.jsx +++ b/frontend/src/ServerManager.jsx @@ -1544,7 +1544,7 @@ function EditServerModal({ show, server, onChange, onSave, onClose }) { <>
Шлюзы
- {gateways.map((gw, idx) => ( + {(localServer.gateways || []).map((gw, idx) => (