From d1dbd011ec0d02b36313eeab5f61b20ff0fecf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cspicecat=E2=80=9D?= Date: Mon, 1 Aug 2022 23:27:54 -0500 Subject: [PATCH] fix question --- client/src/controllers/QAControllers/QuestionController.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/controllers/QAControllers/QuestionController.jsx b/client/src/controllers/QAControllers/QuestionController.jsx index 94e87f6..10194d9 100644 --- a/client/src/controllers/QAControllers/QuestionController.jsx +++ b/client/src/controllers/QAControllers/QuestionController.jsx @@ -4,5 +4,5 @@ import { Question } from 'components/QAComponents'; export default function QuestionController() { const { questionData } = useQuestion(); - return !questionData.loading && ; + return !questionData.loading && ; }