remove console log
This commit is contained in:
parent
c403bd514e
commit
fa3a7a8c58
|
@ -42,8 +42,6 @@ class QuestionScreen extends React.Component<any, any>{
|
||||||
if(casheAnswer && questionnaire_details){
|
if(casheAnswer && questionnaire_details){
|
||||||
const answer = casheAnswer.answer_data.find((item:any) => item.question_id === questionnaire_details[this.state.currentQuestion]?.id)
|
const answer = casheAnswer.answer_data.find((item:any) => item.question_id === questionnaire_details[this.state.currentQuestion]?.id)
|
||||||
if(answer){
|
if(answer){
|
||||||
console.log('hi')
|
|
||||||
console.log(answer)
|
|
||||||
this.setState({ starCount: answer.answer })
|
this.setState({ starCount: answer.answer })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue