Reverted Level to only utas placement test exercises, Speaking, bug fixes, placeholder
This commit is contained in:
@@ -44,7 +44,6 @@ export default function Generation({ user }: { user: User; }) {
|
||||
useEffect(() => {
|
||||
const fetchAvatars = async () => {
|
||||
const response = await axios.get("/api/exam/avatars");
|
||||
console.log(response.data);
|
||||
updateRoot({ speakingAvatars: response.data });
|
||||
};
|
||||
|
||||
@@ -93,7 +92,7 @@ export default function Generation({ user }: { user: User; }) {
|
||||
})
|
||||
}
|
||||
});
|
||||
|
||||
dispatch({type: 'FULL_RESET'});
|
||||
};
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
@@ -113,7 +112,7 @@ export default function Generation({ user }: { user: User; }) {
|
||||
<ToastContainer />
|
||||
{user && (
|
||||
<Layout user={user} className="gap-6">
|
||||
<h1 className="text-2xl font-semibold">Exam Generation</h1>
|
||||
<h1 className="text-2xl font-semibold">Exam Editor</h1>
|
||||
<div className="flex flex-col gap-3">
|
||||
<Input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user