Improved user info page

This commit is contained in:
Keannu Bernasol 2023-07-17 15:48:51 +08:00
parent 0a5617ff56
commit df58613d4b
3 changed files with 4 additions and 3 deletions

View file

@ -37,6 +37,7 @@ export default function UserInfo() {
}); });
}, },
}); });
const navigation = useNavigation<RootDrawerParamList>(); const navigation = useNavigation<RootDrawerParamList>();
const [isEditable, setIsEditable] = useState(false); const [isEditable, setIsEditable] = useState(false);
const subjectOptions = ["", "", "", ""]; const subjectOptions = ["", "", "", ""];