generated from muhtadeetaron/nextjs-template
fix(nav): fix exam flow navigation
chore(zustand): refactor auth code for zustand store
This commit is contained in:
@ -32,7 +32,7 @@ const Header = ({
|
||||
if (confirmed) {
|
||||
stopTimer();
|
||||
cancelExam();
|
||||
router.push("/categories");
|
||||
router.replace("/categories");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user