Skip to content
Snippets Groups Projects

feat(vector-map): add searching by coordinates

Merged Miłosz Grocholewski requested to merge feat/MIN-69-search-by-coordinates into development
2 unresolved threads
29 files
+ 674
165
Compare changes
  • Side-by-side
  • Inline
Files
29
@@ -29,7 +29,6 @@ export const BioEntityDrawer = (): React.ReactNode => {
const commentsData = useAppSelector(currentDrawerElementCommentsSelector);
const relatedSubmap = useAppSelector(currentDrawerBioEntityRelatedSubmapSelector);
const currentTargetId = bioEntityData?.id ? `${TARGET_PREFIX}:${bioEntityData.id}` : '';
const fetchChemicalsForTarget = (): void => {
dispatch(getChemicalsForBioEntityDrawerTarget(currentTargetId));
};
Loading