style: run prettier
All checks were successful
TrafficCue CI / check (push) Successful in 1m1s
TrafficCue CI / build (push) Successful in 1m40s
TrafficCue CI / build-android (push) Successful in 14m14s

This commit is contained in:
2025-09-19 21:54:43 +02:00
parent 93514ae5b4
commit c071b5d7a9
6 changed files with 39 additions and 16 deletions

View File

@ -287,7 +287,10 @@
<Button
variant="outline"
onclick={async () => {
await postHazard({ lat: location.lat, lon: location.lng }, "bumpy-road");
await postHazard(
{ lat: location.lat, lon: location.lng },
"bumpy-road",
);
alert("Thanks for your report!");
await fetchHazards();
}}