теперь до выбора типа не показывается null в меню
Some checks failed
Deploy / CreateImage (push) Failing after 1m9s
Deploy / DeployService (push) Has been skipped

This commit is contained in:
Nastya 2025-06-06 14:53:15 +03:00
parent 0e0376686d
commit a83214acd4

@ -82,7 +82,7 @@ export default function Sidebar({ changePage, disableCollapse }: SidebarProps) {
color: theme.palette.grey2.main, color: theme.palette.grey2.main,
}} }}
> >
{`Создание ${quiz.config.type}`} {`Создание ${quiz.config.type ?? ""}`}
</Typography> </Typography>
)} )}
{!disableCollapse && ( {!disableCollapse && (
@ -140,7 +140,7 @@ export default function Sidebar({ changePage, disableCollapse }: SidebarProps) {
color: theme.palette.grey2.main, color: theme.palette.grey2.main,
}} }}
> >
{`Настройки ${quiz.config.type}`} {`Настройки ${quiz.config.type ?? ""}`}
</Typography> </Typography>
)} )}
<List disablePadding> <List disablePadding>