aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Question.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Question.tsx')
-rw-r--r--src/components/Question.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Question.tsx b/src/components/Question.tsx
index 1c3a986..f39b117 100644
--- a/src/components/Question.tsx
+++ b/src/components/Question.tsx
@@ -295,7 +295,7 @@ class RenderedQuestion extends React.Component<QuestionProp> {
let text;
if (data && typeof(data) === "string") {
- text = <ReactMarkdown>{data}</ReactMarkdown>
+ text = <ReactMarkdown>{data}</ReactMarkdown>;
} else {
text = "";
}