mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-16 10:46:01 -07: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 [newPassword, setNewPassword] = useState('');
|
||||||
const [email, setEmail] = useState('');
|
const [email, setEmail] = useState('');
|
||||||
const [deleteAccount, setDeleteAccount] = useState('');
|
const [deleteAccount, setDeleteAccount] = useState('');
|
||||||
const [errorText, setErrorText] = useState(null);
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
async function fetchName() {
|
async function fetchName() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue