From 21d932e0e1f1a158e1433fe5c4d23f809f3f58cf Mon Sep 17 00:00:00 2001 From: danielq65 Date: Mon, 24 Apr 2023 09:16:42 -0400 Subject: [PATCH] Updated Settings.jsx --- src/pages/Settings.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Settings.jsx b/src/pages/Settings.jsx index 8a0b72f..f5f1e99 100644 --- a/src/pages/Settings.jsx +++ b/src/pages/Settings.jsx @@ -10,7 +10,6 @@ const Settings = () => { const [newPassword, setNewPassword] = useState(''); const [email, setEmail] = useState(''); const [deleteAccount, setDeleteAccount] = useState(''); - const [errorText, setErrorText] = useState(null); useEffect(() => { async function fetchName() {