diff --git a/webapp/src/userStats/components/Question.jsx b/webapp/src/userStats/components/Question.jsx index 387464e4..2c47b853 100644 --- a/webapp/src/userStats/components/Question.jsx +++ b/webapp/src/userStats/components/Question.jsx @@ -3,11 +3,13 @@ import React from 'react'; function Question(props) { const { newQuestion } = props; + console.log(newQuestion) + return (