diff --git a/web/src/app/maps/page.tsx b/web/src/app/maps/page.tsx index 3272077..4307d42 100644 --- a/web/src/app/maps/page.tsx +++ b/web/src/app/maps/page.tsx @@ -6,6 +6,8 @@ export default async function MapsPage() { const json = await response.json(); console.log(json); } catch(error) { + console.log(error); + return ( <Webpage> <h1>No Maps!</h1>