Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictb committed Oct 10, 2024
1 parent 942aa51 commit 7d8b6ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/RoomMembersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function RoomMembersPage({report, policies}: RoomMembersPageProps) {
const {formatPhoneNumber, translate} = useLocalize();
const [selectedMembers, setSelectedMembers] = useState<number[]>([]);
const [removeMembersConfirmModalVisible, setRemoveMembersConfirmModalVisible] = useState(false);
const [session] = useOnyx(ONYXKEYS.SESSION);
const [userSearchPhrase] = useOnyx(ONYXKEYS.ROOM_MEMBERS_USER_SEARCH_PHRASE);
const [searchValue, debouncedSearchTerm, setSearchValue] = useDebouncedState('');
const [didLoadRoomMembers, setDidLoadRoomMembers] = useState(false);
Expand Down

0 comments on commit 7d8b6ba

Please sign in to comment.