Skip to content

Commit

Permalink
[Upd #1] Grammar issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Nov 23, 2021
1 parent 18d757a commit 75da307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShowAdvancedSwitch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class ShowAdvancedSwitch extends Question {

_renderShowAdvancedHelp() {
const {question} = this._getShowAdvancedQuestion();
// TODO: The commenting is not working, we cannot reach here component instance of showAdvancedQuestion
// TODO: The commenting is not working since we cannot reach here component instance of showAdvancedQuestion
const showAdvancedQuestionComponent = this
return Question.renderIcons(question, this.context.options, showAdvancedQuestionComponent.onCommentChange);
}
Expand Down

0 comments on commit 75da307

Please sign in to comment.