Skip to content
Snippets Groups Projects
Commit 45ca304f authored by Adrian Orłów's avatar Adrian Orłów
Browse files

fix: rfc changes

parent dfc20140
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!91feat: add legend for active overlays
Pipeline #84063 passed
......@@ -3,7 +3,7 @@ import { BASE_API_URL, PROJECT_ID } from '@/constants';
import { MapOverlay } from '@/types/models';
interface Props {
overlay: MapOverlay;
overlay: Pick<MapOverlay, 'name' | 'idObject'>;
}
export const OverlaySingleLegend = ({ overlay }: Props): JSX.Element => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment