Skip to content

Commit

Permalink
doc: add comment for dirty code
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Nov 9, 2023
1 parent 673df7a commit 187099d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions queen-v2/src/utils/components/deduceState.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export const extractComponentFromTable = component => {
return [];
};

/**
* TODO: remove this code when this issue of Lunatic will be treated : https://github.com/InseeFr/Lunatic/issues/771
*/
export const componentHasResponse = component => {
if (component === undefined) return false;

Expand Down

0 comments on commit 187099d

Please sign in to comment.