Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSM committed Dec 20, 2023
1 parent e219483 commit a7ba26e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ const useComputeHeaderColumn = (dataElements: Array<StageDataElement>, hideDueDa
const dataElementHeaders = dataElements.reduce((acc, currDataElement) => {
const { id, name, formName, type, optionSet } = currDataElement;
if (!acc.find(item => item.id === id)) {
debugger;
if (isMultiTextWithoutOptionset(type, optionSet)) {
log.error(errorCreator(MULIT_TEXT_WITH_NO_OPTIONS_SET)({ currDataElement }));
return acc;
Expand Down

0 comments on commit a7ba26e

Please sign in to comment.