style: run prettier
This commit is contained in:
@ -85,10 +85,10 @@
|
|||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
view.loading = true;
|
view.loading = true;
|
||||||
})
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#await fetchPOI(lat, lng, 20).then(r => {
|
{#await fetchPOI(lat, lng, 20).then((r) => {
|
||||||
view.loading = false;
|
view.loading = false;
|
||||||
return r;
|
return r;
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user