chore: update ProfilePictureUploader.tsx (#7440)

occured -> occurred
This commit is contained in:
Ikko Eltociear Ashimine
2024-10-05 17:10:04 +09:00
committed by GitHub
parent 2472b3faaf
commit 316b80ed78

View File

@@ -71,7 +71,7 @@ export const ProfilePictureUploader = () => {
return result;
} catch (error) {
setErrorMessage('An error occured while uploading the picture.');
setErrorMessage('An error occurred while uploading the picture.');
}
};
@@ -97,7 +97,7 @@ export const ProfilePictureUploader = () => {
setCurrentWorkspaceMember({ ...currentWorkspaceMember, avatarUrl: null });
} catch (error) {
setErrorMessage('An error occured while removing the picture.');
setErrorMessage('An error occurred while removing the picture.');
}
};