We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9fa1a commit c2e214fCopy full SHA for c2e214f
components/web/events/EventGrid.tsx
@@ -19,7 +19,6 @@ export function EventGrid() {
19
throw new Error(`HTTP error! status: ${response.status}`);
20
}
21
const data: Event[] = await response.json();
22
- console.log(data); // Debugging: Log the fetched data to see its structure
23
setEvents(data);
24
} catch (e) {
25
if (e instanceof Error) {
0 commit comments