Make SonarCloud happier about our code quality (#10630)
This commit is contained in:
parent
9c277d6b02
commit
568ec77208
4 changed files with 7 additions and 6 deletions
|
@ -158,7 +158,7 @@ interface MapProps {
|
|||
children?: (renderProps: { map: maplibregl.Map }) => ReactNode;
|
||||
}
|
||||
|
||||
const Map: React.FC<MapProps> = ({
|
||||
const MapComponent: React.FC<MapProps> = ({
|
||||
bounds,
|
||||
centerGeoUri,
|
||||
children,
|
||||
|
@ -188,4 +188,4 @@ const Map: React.FC<MapProps> = ({
|
|||
);
|
||||
};
|
||||
|
||||
export default Map;
|
||||
export default MapComponent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue