Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
derGraph committed Aug 20, 2024
1 parent 7e0f424 commit 3482263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
getTrip(data.user?.activeTripId);
}
});
console.log($tracks);
</script>

<div class="md:container md:mx-auto py-3 h-full rounded">
console.log($tracks);
<Leaflet view={initialView} zoom={8} tracks={$tracks}/>
</div>

0 comments on commit 3482263

Please sign in to comment.