From 8ff8b9236ebfdcf7a8cfc5f40e3aabaaf0008ea7 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 15 Nov 2025 05:13:52 +0530 Subject: [PATCH] Upload provider --- src/blog/components/Profile.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/blog/components/Profile.tsx b/src/blog/components/Profile.tsx index b300c1e..b149eb9 100644 --- a/src/blog/components/Profile.tsx +++ b/src/blog/components/Profile.tsx @@ -27,7 +27,6 @@ export default function Profile({ onBack }: ProfileProps) { avatar: currentUser?.avatar || '', }); - const [avatarFile, setAvatarFile] = React.useState(null); const [uploadingAvatar, setUploadingAvatar] = React.useState(false); const [success, setSuccess] = React.useState(null); const [saving, setSaving] = React.useState(false);