Remove console.log
This commit is contained in:
@@ -9,7 +9,6 @@ export function EventProvider({ children }) {
|
|||||||
|
|
||||||
const updateEvent = async () => {
|
const updateEvent = async () => {
|
||||||
const data = await getAllEvents();
|
const data = await getAllEvents();
|
||||||
console.log(data.data);
|
|
||||||
setEvents(data.data);
|
setEvents(data.data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user