Improved an error we had before

This commit is contained in:
Tiago Ribeiro
2023-09-25 14:57:14 +01:00
parent cb5434d166
commit 8b7e7cf0ad
4 changed files with 3 additions and 5 deletions

View File

@@ -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"