Skip to content

Commit

Permalink
UIU-3011 - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Jan 30, 2024
1 parent 77aa93e commit bc1bcdb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const useProfilePicture = ({ profilePictureId }, options = {}) => {
const [namespace] = useNamespace({ key: 'get-profile-picture-of-a-user' });
const {
isFetching,
isLoading,
data = {},
} = useQuery(
[namespace, profilePictureId],
Expand All @@ -27,7 +26,6 @@ const useProfilePicture = ({ profilePictureId }, options = {}) => {
);

return ({
isLoading,
isFetching,
profilePictureData: data?.profile_picture_blob,
});
Expand Down

0 comments on commit bc1bcdb

Please sign in to comment.