We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fd48f commit e4d30ffCopy full SHA for e4d30ff
web-ui/src/pages/PeoplePage.jsx
@@ -36,8 +36,7 @@ const Root = styled('div')({
36
37
const PeoplePage = () => {
38
const { state } = useContext(AppContext);
39
- const loading= selectMemberProfilesLoading(state)
40
- const { userProfile } = state;
+ const loading = selectMemberProfilesLoading(state)
41
42
const [searchText, setSearchText] = useState("");
43
0 commit comments