We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4130a44 commit eda35d8Copy full SHA for eda35d8
1 file changed
src/components/Search/SearchFiltersParticipantsSelector.tsx
@@ -69,7 +69,7 @@ function SearchFiltersParticipantsSelector({initialAccountIDs, onFiltersUpdate,
69
const currentUserEmail = currentUserPersonalDetails.email ?? '';
70
const [recentAttendees] = useOnyx(ONYXKEYS.NVP_RECENT_ATTENDEES);
71
const [allPolicies] = useOnyx(ONYXKEYS.COLLECTION.POLICY);
72
-
+
73
// Transform raw recentAttendees into Option[] format for use with getValidOptions (only for attendee filter)
74
const recentAttendeeLists = useMemo(
75
() => (shouldAllowNameOnlyOptions ? getFilteredRecentAttendees(personalDetails, [], recentAttendees ?? [], currentUserEmail, currentUserAccountID) : []),
0 commit comments