Skip to content

Commit

Permalink
Merge pull request #1400 from matkoniecz/fix/wrong_tooltip
Browse files Browse the repository at this point in the history
Use longitude tooltip for longitude.
  • Loading branch information
mdsimpson42 authored Oct 1, 2024
2 parents 4166543 + 58e8e95 commit df70798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/frontend/building/data-containers/location.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ const LocationView: React.FunctionComponent<CategoryViewProps> = (props) => {
title={dataFields.location_longitude.title}
slug="location_longitude"
value={props.building.location_longitude}
tooltip={dataFields.location_latitude.tooltip}
tooltip={dataFields.location_longitude.tooltip}
mode={props.mode}
step={0.00001}
min={-180}
Expand Down

0 comments on commit df70798

Please sign in to comment.