mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-25 10:30:30 -06:00
fix: handle display with no response data in per question drop off (#1374)
This commit is contained in:
committed by
GitHub
parent
befb2c6a42
commit
c131a04be6
@@ -20,6 +20,7 @@ export default function SummaryDropOffs({ responses, survey, displayCount }: Sum
|
||||
|
||||
while (currQuesIdx < survey.questions.length) {
|
||||
const currQues = survey.questions[currQuesIdx];
|
||||
if (!currQues) break;
|
||||
|
||||
if (!currQues.required) {
|
||||
if (!response.data[currQues.id]) {
|
||||
|
||||
Reference in New Issue
Block a user