Skip to content

Commit

Permalink
✨ [open-formulieren/open-forms#2177] Display map data on summary view
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Dec 12, 2024
1 parent 3cee1f7 commit 95cf149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormStepSummary/ComponentValueDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const MapDisplay = ({component, value}) => {
return <EmptyDisplay />;
}

return <Map markerCoordinates={value} disabled />;
return <Map geoJsonFeature={value} disabled />;
};

const CoSignDisplay = ({component, value}) => {
Expand Down

0 comments on commit 95cf149

Please sign in to comment.