fix: removed console.log in results
This commit is contained in:
parent
b9dfd798f4
commit
fbbf64ea33
|
@ -29,10 +29,6 @@ export default async function Page({ params }: { params: { id: string } }) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let grade in grades) {
|
|
||||||
console.log(grade);
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={'p-4 md:p-12 w-full h-screen bg-black flex flex-col justify-between gap-y-4'}>
|
<div className={'p-4 md:p-12 w-full h-screen bg-black flex flex-col justify-between gap-y-4'}>
|
||||||
{teacherGrade && (
|
{teacherGrade && (
|
||||||
|
|
Loading…
Reference in New Issue