style: run prettier
This commit is contained in:
@ -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();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user