Skip to content

Commit

Permalink
Merge pull request #3164 from DMPRoadmap/big_3163_conditional_questio…
Browse files Browse the repository at this point in the history
…ns_causing_plans_display_none

Roadmap bug #3163 -  Fix for bug "Conditional question causing plans …
  • Loading branch information
briri committed Apr 28, 2022
2 parents 2006128 + e5cd9c1 commit 974b589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/src/utils/sectionUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const updateSectionProgress = (id, numSecAnswers, numSecQuestions) => {

// given a question id find the containing div
// used inconditional questions
export const getQuestionDiv = (id) => $(`#answer-form-${id}`).closest('.row');
export const getQuestionDiv = (id) => $(`#answer-form-${id}`).closest('.question-body');

0 comments on commit 974b589

Please sign in to comment.