mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
changes in students
This commit is contained in:
parent
baa8170124
commit
b3b152ada5
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ export default function Dashboard() {
|
||||||
</RestrictedComponent>
|
</RestrictedComponent>
|
||||||
<RestrictedComponent allow_only={"Student"}>
|
<RestrictedComponent allow_only={"Student"}>
|
||||||
<StudentTransactionButtons />
|
<StudentTransactionButtons />
|
||||||
<p style={styles.text_dark}>Welcome student!</p>
|
|
||||||
</RestrictedComponent>
|
</RestrictedComponent>
|
||||||
<RestrictedComponent allow_only={"Teacher"}>
|
<RestrictedComponent allow_only={"Teacher"}>
|
||||||
<p style={styles.text_dark}>Welcome teacher!</p>
|
<p style={styles.text_dark}>Welcome teacher!</p>
|
||||||
|
|
Loading…
Reference in a new issue