Skip to content

Commit

Permalink
Update src/pages/EnablePayments/IdologyQuestions.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Glasser <marc.aaron.glasser@gmail.com>
  • Loading branch information
nkuoch and marcaaron authored Mar 4, 2022
1 parent 0678cf0 commit 995ec14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/EnablePayments/IdologyQuestions.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class IdologyQuestions extends React.Component {

/**
* Put question answer in the state.
* @param {number} questionIndex
* @param {string} answer
* @param {Number} questionIndex
* @param {String} answer
*/
chooseAnswer(questionIndex, answer) {
this.setState((prevState) => {
Expand Down

0 comments on commit 995ec14

Please sign in to comment.