Skip to content

Commit

Permalink
✨ [open-formulieren/open-forms#2173] Using component tile layer url i…
Browse files Browse the repository at this point in the history
…n summary
  • Loading branch information
robinmolen committed Dec 9, 2024
1 parent 11be47a commit 83cb8b0
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 markerCoordinates={value} disabled tileLayerUrl={component.tileLayerUrl} />;

Check warning on line 192 in src/components/FormStepSummary/ComponentValueDisplay.jsx

View check run for this annotation

Codecov / codecov/patch

src/components/FormStepSummary/ComponentValueDisplay.jsx#L192

Added line #L192 was not covered by tests
};

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

0 comments on commit 83cb8b0

Please sign in to comment.