Skip to content

Commit 12c6ec0

Browse files
Update src/pages/InviteReportParticipantsPage.tsx
Co-authored-by: Aimane Chnaif <96077027+aimane-chnaif@users.noreply.github.com>
1 parent 5ded4ee commit 12c6ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/InviteReportParticipantsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function InviteReportParticipantsPage({report}: InviteReportParticipantsPageProp
111111
}
112112

113113
return sectionsArray;
114-
}, [areOptionsInitialized, selectedOptionsForDisplay, availableOptions.recentReports.length, availableOptions.personalDetails.length, availableOptions.userToInvite, translate]);
114+
}, [areOptionsInitialized, selectedOptionsForDisplay, availableOptions.recentReports, availableOptions.personalDetails, availableOptions.userToInvite, translate]);
115115

116116
const handleToggleSelection = useCallback(
117117
(option: OptionData) => {

0 commit comments

Comments
 (0)