diff --git a/QandA/frontend/src/QuestionPage.tsx b/QandA/frontend/src/QuestionPage.tsx index 71e4cbf..8033c79 100644 --- a/QandA/frontend/src/QuestionPage.tsx +++ b/QandA/frontend/src/QuestionPage.tsx @@ -40,6 +40,18 @@ export const QuestionPage = () => { > {question === null ? '' : question.title} + {question !== null && ( + +

+ {question.content} +

+
+ )} Question Page {questionId}