Skip to content

Commit

Permalink
patch: resolve syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tinashechiraya authored Apr 12, 2024
1 parent 352093f commit 4f60eed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default function CoordinatesInputForm(
latitude={selectedCoordinates.latitude.toFixed(6)}
longitude={selectedCoordinates.longitude.toFixed(6)}
disabled={disabled}
setLatitude={() => {setLatitude}
setLongitude={() => {setLongitude}
setLatitude={setLatitude}
setLongitude={setLongitude}
/>) :
type === 'Degree' ?
<DegreeInputs
Expand Down

0 comments on commit 4f60eed

Please sign in to comment.