From 6f29da65cccc231f5e6ec6f68eae69cb9b868316 Mon Sep 17 00:00:00 2001 From: Kirill Date: Sun, 24 May 2026 16:36:10 +0500 Subject: [PATCH] =?UTF-8?q?fix:=20resolve=20TS=20errors=20=E2=80=94=20read?= =?UTF-8?q?only=20array=20type=20and=20Stack=20sx=20props?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/admin-test-checklist/ui/AdminTestChecklistPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/admin-test-checklist/ui/AdminTestChecklistPage.tsx b/client/src/pages/admin-test-checklist/ui/AdminTestChecklistPage.tsx index e758d02..c9d0f2d 100644 --- a/client/src/pages/admin-test-checklist/ui/AdminTestChecklistPage.tsx +++ b/client/src/pages/admin-test-checklist/ui/AdminTestChecklistPage.tsx @@ -65,7 +65,7 @@ export function AdminTestChecklistPage() { }) const sections = useMemo(() => { - const map = new Map() + const map = new Map() for (const item of TEST_CHECKLIST_ITEMS) { const existing = map.get(item.section) || [] existing.push(item) @@ -81,7 +81,7 @@ export function AdminTestChecklistPage() { return ( - + Тест-чеклист