Skip to content

Commit

Permalink
Merge pull request #560 from noi-techpark/fix-build-error-after-quick…
Browse files Browse the repository at this point in the history
…-view-removal

Use correct component for map
  • Loading branch information
RudiThoeni committed Apr 16, 2024
2 parents 339544c + f07e5a4 commit f81aef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const eventOriginsSharedView = ():
properties: [
{
title: '',
component: CellComponent.QuickViewMapView,
component: CellComponent.GpsPointMap,
objectMapping: {
latitude: 'data.0.evlgeometry.coordinates.1',
longitude: 'data.0.evlgeometry.coordinates.0',
Expand Down

0 comments on commit f81aef3

Please sign in to comment.