fixed errors

This commit is contained in:
Ren Amamiya
2023-04-05 15:24:44 +07:00
parent 0d94313b45
commit 5da94e091f
10 changed files with 147 additions and 53 deletions

View File

@@ -42,7 +42,7 @@ export default function Page() {
const computeItemKey = useCallback(
(index: string | number) => {
return data[index].id;
return data[index].eventId;
},
[data]
);