Skip to content

Commit

Permalink
Rétabli l'affichage du bouton d'export d'un plan d'action
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-rutkowski committed Oct 30, 2023
1 parent b86a57b commit e3317d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const checkAxeHasFiche = (axe: PlanNode, axes: PlanNode[]): boolean => {
}
if (children) {
for (let i = 0; i < children.length; i++) {
if (checkAxeHasFiche(children[i], children)) {
if (checkAxeHasFiche(children[i], axes)) {
return true;
}
}
Expand Down

0 comments on commit e3317d9

Please sign in to comment.