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();
|
const json = await response.json();
|
||||||
console.log(json);
|
console.log(json);
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
|
console.log(error);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Webpage>
|
<Webpage>
|
||||||
<h1>No Maps!</h1>
|
<h1>No Maps!</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user