Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and SebassNoob committed Apr 24, 2024
1 parent b82ebc8 commit a663dba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const ChangeProfilePicture = () => {
const handleUpdate = (imageURL: string, file: File | null) => {
if (file === null) {
apiClient.delete('/user/profile_picture').then((response) => {

if (response.status !== 204) {
notifications.show({
title: 'Failed to delete profile picture',
Expand Down

0 comments on commit a663dba

Please sign in to comment.