Skip to content

Commit a9efcb4

Browse files
committed
eventlink upd
1 parent 503f211 commit a9efcb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default function Events({ eventData }) {
99
const highlightData = eventData.data.find((e) => e.status[0] == "1");
1010
const previousData = eventData.data.filter((e) => e.status[0] !== "1");
1111
// console.log(previousData);
12+
console.log(eventData);
1213
const router = useRouter();
1314
return (
1415
<Box>

0 commit comments

Comments
 (0)