Skip to content

Commit

Permalink
Revert "Update survey conditional render rules"
Browse files Browse the repository at this point in the history
This reverts commit 43836a0.
  • Loading branch information
Andrewy-gh committed Dec 6, 2024
1 parent 350d22d commit 2c6098d
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions frontend/front/src/util/surveyUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,4 @@ export const buildSurveyVisitData = (
};
};

export const surveyRenderRules = {
1: null,
2: { question: 1, answer: "Yes" },
3: { question: 2, answer: "Yes" },
4: null,
5: { question: 4, answer: "Yes" },
6: null,
7: { question: 6, answer: "Yes" },
8: { question: 6, answer: "Yes" },
9: { question: 6, answer: "Yes" },
10: null,
11: { question: 10, answer: "Other" },
12: null,
13: { question: 12, answer: "Other" },
14: null,
15: { question: 14, answer: "Yes" },
16: { question: 14, answer: "Yes" },
17: { question: 14, answer: "Yes" },
};
export const surveyRenderRules = {};

0 comments on commit 2c6098d

Please sign in to comment.