diff --git a/src/components/question/question.jsx b/src/components/question/question.jsx index 373f7cb919cd86fdbab96665457fdec29cb5fb4e..7bcb1263aa2eb529f32d4511afaad64a580d792a 100644 --- a/src/components/question/question.jsx +++ b/src/components/question/question.jsx @@ -21,7 +21,6 @@ const QuestionComponent = props => { ) : null} <div className={styles.questionInput}> <Input - autoFocus value={answer} onChange={onChange} onKeyPress={onKeyPress}