Skip to content

Commit

Permalink
fix: CE-1179-Incorrect-alignment-and-font-color-of-longitude-field (#729
Browse files Browse the repository at this point in the history
)

Co-authored-by: afwilcox <alecwilcox@gmail.com>
  • Loading branch information
dmitri-korin-bcps and afwilcox authored Oct 30, 2024
1 parent 45a39eb commit d1b2f89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/app/components/common/comp-location-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ export const CompLocationInfo: FC<CompLocationInfoProps> = ({ yCoordinate, xCoor
</dd>
</div>
<div>
<dt>
<dt></dt>
<dd>
<span id="geo-details-x-coordinate">Longitude: {xCoordinate ? `${xCoordinate}` : ""}</span>
</dt>
</dd>
</div>
<br />
<div>
Expand Down

0 comments on commit d1b2f89

Please sign in to comment.