Skip to content

Commit

Permalink
profile screen thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Elilewis327 committed Dec 12, 2022
1 parent a5eeef1 commit 10345d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/ProfileScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const styles = StyleSheet.create({

export default function ProfileScreen({ navigation }) {

const [username, setUsername] = useState("abc12");
const [username, setUsername] = useState("");
const [classTaking, setTaking] = useState([]);
const [classTaken, setTaken] = useState([]);

Expand Down

0 comments on commit 10345d8

Please sign in to comment.