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