diff --git a/client/src/components/QAComponents/Question.jsx b/client/src/components/QAComponents/Question.jsx
index 0129390..40f32b7 100644
--- a/client/src/components/QAComponents/Question.jsx
+++ b/client/src/components/QAComponents/Question.jsx
@@ -58,8 +58,6 @@ export default function Question({
if (reopen.length) setOngoingVote({ users: reopen, type: 'open' })
}
-
-
let level = 0;
const protection = status === 'protected' || status === 'closed';
@@ -129,13 +127,14 @@ export default function Question({
/>
-
+
-
+
+