From acb9b413a8cb3c3781ae22b17f8fc9a895e2e987 Mon Sep 17 00:00:00 2001 From: Michal Masrna Date: Sat, 11 Nov 2023 15:32:22 +0100 Subject: [PATCH] CRLF fix --- src/components/Problems/Problems.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Problems/Problems.tsx b/src/components/Problems/Problems.tsx index a528c322..1c013973 100644 --- a/src/components/Problems/Problems.tsx +++ b/src/components/Problems/Problems.tsx @@ -201,7 +201,7 @@ export const Problems: FC = () => { open={deleteDialogId !== undefined} close={close} title="Skontroluj prosím, čí údaje o ročníku a škole sú správne." - contentText={`Škola: ${profile?.grade_name}, Ročník: ${profile?.school.verbose_name}`} // TODO: this is not styled yet, I suggest expanding the dialog component to support content as component + contentText={`Škola: ${profile?.grade_name}, Ročník: ${profile?.school.verbose_name}`} // TODO: this is not styled, I suggest expanding the dialog component to support content as component actions={ <>