mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 20:08:07 +08:00
Pray to the gods the duplicate subjects bug is fixed. Move irregular status toggle to user info page from subjects page
This commit is contained in:
parent
283c030b37
commit
3331ccb974
5 changed files with 79 additions and 155 deletions
|
@ -28,11 +28,9 @@ export default function Revalidation() {
|
|||
dispatch(login());
|
||||
dispatch(setUser(user_info[1]));
|
||||
if (
|
||||
!(
|
||||
user_info[1].year_level ||
|
||||
user_info[1].course ||
|
||||
user_info[1].semester
|
||||
)
|
||||
!user_info[1].year_level ||
|
||||
!user_info[1].course ||
|
||||
!user_info[1].semester
|
||||
) {
|
||||
dispatch(setOnboarding());
|
||||
await setTimeout(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue