fixed web request loop bug
This commit is contained in:
@@ -34,7 +34,7 @@ export default function HomePage() {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to fetch events:", error);
|
console.error("Failed to fetch events:", error);
|
||||||
}
|
}
|
||||||
});
|
}, []);
|
||||||
return (
|
return (
|
||||||
<div className="w-full h-full flex flex-col">
|
<div className="w-full h-full flex flex-col">
|
||||||
<div className="relative w-full h-screen -mt-16 z-10 text-white flex flex-col">
|
<div className="relative w-full h-screen -mt-16 z-10 text-white flex flex-col">
|
||||||
|
|||||||
Reference in New Issue
Block a user