Skip to content

Commit

Permalink
Merge pull request #359 from virtualidentityag/fix/OB-10862_red_excla…
Browse files Browse the repository at this point in the history
…mation_mark_on_edit_view

OB-10862: added missing isEnabled check to LegalDataMissing
  • Loading branch information
web-mi authored Mar 15, 2024
2 parents b6c3bf2 + 80becca commit ba4dcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useAgencyLegalDataMissing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export const useAgencyLegalDataMissing = (agencyData: AgencyData) => {
hasMissingDataProtectionOfficerContact ||
hasMissingAlternativeDataProtectionRepresentativeContact)
);
}, [agencyData]);
}, [agencyData, isEnabled]);
};

0 comments on commit ba4dcb6

Please sign in to comment.