Skip to content

Commit

Permalink
chore: flow
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Oct 29, 2024
1 parent 3fa656d commit 1a5954a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const EnrollmentAddEventPageDefault = ({
const outputEffects = useWidgetDataFromStore(widgetReducerName);
const hideWidgets = useHideWidgetByRuleLocations(program?.programRules.concat(selectedProgramStage?.programRules ?? []));
// $FlowFixMe
const trackedEntityName = program?.trackedEntityType?.name;
const trackedEntityName = program?.trackedEntityType?.name ?? '';

const rulesExecutionDependencies = useMemo(() => ({
events: enrollment?.events,
Expand Down

0 comments on commit 1a5954a

Please sign in to comment.