mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-07 21:48:14 -08:00
Updated Settings.jsx
This commit is contained in:
parent
3ddb54a4fb
commit
21d932e0e1
1 changed files with 0 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue