diff --git a/src/components/Pages/profile/ProfileSettingsPage.tsx b/src/components/Pages/profile/ProfileSettingsPage.tsx index 6645d06f..9a376f45 100644 --- a/src/components/Pages/profile/ProfileSettingsPage.tsx +++ b/src/components/Pages/profile/ProfileSettingsPage.tsx @@ -64,7 +64,7 @@ export const ProfileSettingsPage = () => { return response.json() } - const handleUserpicUpload = async () => { + const handleAvatarClick = async () => { await selectFiles(async ([uploadFile]) => { try { setIsUserpicUpdating(true) @@ -99,9 +99,12 @@ export const ProfileSettingsPage = () => {