Finallyyyyyy finished the whole Speaking flow along with the solution page
This commit is contained in:
@@ -152,7 +152,7 @@ export default function History({user}: {user: User}) {
|
||||
.sort(sortByModule)
|
||||
.map((x) => x!.module),
|
||||
);
|
||||
router.push("/exam");
|
||||
router.push("/exercises");
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user