Skip to content

Commit e4d30ff

Browse files
committed
Remove unused variable
1 parent d2fd48f commit e4d30ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web-ui/src/pages/PeoplePage.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ const Root = styled('div')({
3636

3737
const PeoplePage = () => {
3838
const { state } = useContext(AppContext);
39-
const loading= selectMemberProfilesLoading(state)
40-
const { userProfile } = state;
39+
const loading = selectMemberProfilesLoading(state)
4140

4241
const [searchText, setSearchText] = useState("");
4342

0 commit comments

Comments
 (0)