Skip to content

Commit

Permalink
Test deployment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn18 committed Apr 28, 2024
1 parent 5cee40b commit e4fb160
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/website/views/MapsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ class MapsContainer extends React.PureComponent<MapsContainerProps> {
unit='km'
/>
</div>
<div className={styles.bottomRight}>
<BoatCompass angle={gpsData.at(-1)?.heading} />
</div>
<Maps
gpsLocation={this._validGPSLocation(gpsData)}
gpsPath={gpsData.map((gpsPoint: GPS) => convertToLatLng(gpsPoint))}
Expand Down

0 comments on commit e4fb160

Please sign in to comment.