🚑 (results) Fix results display when variable has null value
This commit is contained in:
@@ -75,6 +75,7 @@ export const convertResultsToTableData = (
|
||||
}
|
||||
}
|
||||
const variable = answerOrVariable as VariableWithValue
|
||||
if (variable.value === null) return o
|
||||
const key = headerCells.find((headerCell) =>
|
||||
headerCell.variableIds?.includes(variable.id)
|
||||
)?.label
|
||||
|
||||
Reference in New Issue
Block a user