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}