Skip to content

Commit

Permalink
remove extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Nov 22, 2023
1 parent f11d5dd commit a6d640b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/static/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/static/js/bundle.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/ui/components/userDetail/userDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ export const UserDetail: React.FC<UserDetailProps> = (props) => {

const loadUserDetail = useCallback(async () => {
const userDetailsResponse = await getUser(user);
if (userDetailsResponse.status == "OK") {
userDetailsResponse.user.tenantIds;
}
setUserDetail(JSON.parse(JSON.stringify(userDetailsResponse)));
}, []);

Expand Down

0 comments on commit a6d640b

Please sign in to comment.