Improved an error we had before
This commit is contained in:
@@ -66,7 +66,6 @@ export default function ExamList() {
|
||||
header: "",
|
||||
id: "actions",
|
||||
cell: ({row}: {row: {original: Exam}}) => {
|
||||
console.log(row.original);
|
||||
return (
|
||||
<div
|
||||
data-tip="Load exam"
|
||||
|
||||
Reference in New Issue
Block a user