Skip to content

Commit

Permalink
[#46] Remove unused lines in Question
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Aug 5, 2023
1 parent 7234c60 commit 85e4357
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/src/form/components/Question.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ const Question = ({ group, setFieldValue, values }) => {
}
return null;
}
return (
<View key={`question-${field.id}`} style={styles.questionContainer}>
<QuestionField
keyform={keyform}
field={field}
setFieldValue={setFieldValue}
values={values}
validate={(currentValue) => generateValidationSchemaFieldLevel(currentValue, field)}
/>
</View>
);
}
return (
<View key={`question-${field.id}`} style={styles.questionContainer}>
Expand Down

0 comments on commit 85e4357

Please sign in to comment.