log the error
This commit is contained in:
parent
edc1ed5459
commit
3f377f4605
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user