From d8302e05b413346e8c65fbd613b529c801dab3ee Mon Sep 17 00:00:00 2001 From: itoshi Date: Mon, 9 Jun 2025 18:48:52 +0300 Subject: [PATCH] fix: Add more height for accordion --- src/pages/MapPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/MapPage/index.tsx b/src/pages/MapPage/index.tsx index 11d5bfc..36a2e5d 100644 --- a/src/pages/MapPage/index.tsx +++ b/src/pages/MapPage/index.tsx @@ -1268,7 +1268,7 @@ const MapSightbar: React.FC = ({ title: `Остановки (${stations.length})`, icon: , content: ( -
+
{stations.length > 0 ? ( stations.map((s) => { const sId = s.getId();