From a83214acd48311a8af024d809686eaf28d11d892 Mon Sep 17 00:00:00 2001 From: Nastya Date: Fri, 6 Jun 2025 14:53:15 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B4?= =?UTF-8?q?=D0=BE=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=B0=20=D1=82=D0=B8?= =?UTF-8?q?=D0=BF=D0=B0=20=D0=BD=D0=B5=20=D0=BF=D0=BE=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=D1=8B=D0=B2=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20null=20=D0=B2=20?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui_kit/Sidebar/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui_kit/Sidebar/Sidebar.tsx b/src/ui_kit/Sidebar/Sidebar.tsx index 6350ea48..c3155d60 100755 --- a/src/ui_kit/Sidebar/Sidebar.tsx +++ b/src/ui_kit/Sidebar/Sidebar.tsx @@ -82,7 +82,7 @@ export default function Sidebar({ changePage, disableCollapse }: SidebarProps) { color: theme.palette.grey2.main, }} > - {`Создание ${quiz.config.type}`} + {`Создание ${quiz.config.type ?? ""}`} )} {!disableCollapse && ( @@ -140,7 +140,7 @@ export default function Sidebar({ changePage, disableCollapse }: SidebarProps) { color: theme.palette.grey2.main, }} > - {`Настройки ${quiz.config.type}`} + {`Настройки ${quiz.config.type ?? ""}`} )}