Skip to content

Commit eda35d8

Browse files
committed
prettier
1 parent 4130a44 commit eda35d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchFiltersParticipantsSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function SearchFiltersParticipantsSelector({initialAccountIDs, onFiltersUpdate,
6969
const currentUserEmail = currentUserPersonalDetails.email ?? '';
7070
const [recentAttendees] = useOnyx(ONYXKEYS.NVP_RECENT_ATTENDEES);
7171
const [allPolicies] = useOnyx(ONYXKEYS.COLLECTION.POLICY);
72-
72+
7373
// Transform raw recentAttendees into Option[] format for use with getValidOptions (only for attendee filter)
7474
const recentAttendeeLists = useMemo(
7575
() => (shouldAllowNameOnlyOptions ? getFilteredRecentAttendees(personalDetails, [], recentAttendees ?? [], currentUserEmail, currentUserAccountID) : []),

0 commit comments

Comments
 (0)