mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
typo sa user info section dapit
This commit is contained in:
parent
81852d6fad
commit
b63f843cb3
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ export default function UserInfoPage() {
|
||||||
setUser({ ...user, section: e.target.value });
|
setUser({ ...user, section: e.target.value });
|
||||||
setError("");
|
setError("");
|
||||||
}}
|
}}
|
||||||
value={user.username}
|
value={user.section}
|
||||||
placeholder={"Enter current section"}
|
placeholder={"Enter current section"}
|
||||||
/>
|
/>
|
||||||
</RestrictedComponent>
|
</RestrictedComponent>
|
||||||
|
|
Loading…
Reference in a new issue