Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix lint in useUserProfilePicture (#3903)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Aug 18, 2023
1 parent f7dc55b commit 6256792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/src/hooks/useUserProfilePicture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export const useProfilePicture = (
return useImageSize({
dispatch,
id: userId,
sizes: profilePictureSizes ?? null
sizes: profilePictureSizes ?? null,
size,
action: fetchProfilePicture,
Expand Down

0 comments on commit 6256792

Please sign in to comment.