Skip to content
Snippets Groups Projects

feat: publications modal elements links + reaction search (MIN-241, MIN-229)

All threads resolved!
4 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
4
import { ZERO } from '@/constants/common';
import { EntityNumber } from '@/redux/entityNumber/entityNumber.types';
import { BioEntity } from '@/types/models';
import { PinType } from '@/types/pin';
@@ -23,7 +22,7 @@ export const getBioEntitiesFeatures = (
pointToProjection,
type,
// pin's index number
value: entityNumber?.[bioEntity.elementId] || ZERO,
value: entityNumber?.[bioEntity.elementId],
}),
);
};
Loading