Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 15, 2023
1 parent 7cb7909 commit 1671b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/MapViewComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default function MapViewComponent() {
event.preventDefault();
const formData = new FormData(event.target as HTMLFormElement);
const tilesValue = formData.get("tiles");
if (typeof tilesValue === 'string') {
if (typeof tilesValue === "string") {
setTiles(tilesValue);
}
};
Expand Down

0 comments on commit 1671b07

Please sign in to comment.