From 06fb5288c0eb958a01f0382a4d8adb46cccd463e Mon Sep 17 00:00:00 2001 From: Nastya Date: Thu, 15 Feb 2024 15:46:24 +0300 Subject: [PATCH] -- --- lib/components/ViewPublicationPage/questions/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/ViewPublicationPage/questions/Page.tsx b/lib/components/ViewPublicationPage/questions/Page.tsx index ebb72cb..98ea103 100644 --- a/lib/components/ViewPublicationPage/questions/Page.tsx +++ b/lib/components/ViewPublicationPage/questions/Page.tsx @@ -12,7 +12,7 @@ export const Page = ({ currentQuestion }: PageProps) => { return ( - {currentQuestion.title} + {currentQuestion.title} {currentQuestion.content.text}