Skip to content

Commit 3eb8074

Browse files
limpbrainspwltr
andauthored
Update src/screens/Profile/ProfileEdit.tsx
Co-authored-by: Philipp Walter <[email protected]>
1 parent 1b88822 commit 3eb8074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/Profile/ProfileEdit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const ProfileEdit = ({
115115

116116
const onDelete = async (): Promise<void> => {
117117
setIsLoading(true);
118-
const res = await deteleProfile(url, slashtagsProfile);
118+
const res = await deleteProfile(url, slashtagsProfile);
119119
setIsLoading(false);
120120
setShowDeleteDialog(false);
121121
if (res.isErr()) {

0 commit comments

Comments
 (0)