Skip to content
Snippets Groups Projects

Resolve "[MIN-252] Process annotation: consistency in how it looks in comparison to protein annotation"

Merged Resolve "[MIN-252] Process annotation: consistency in how it looks in comparison to protein annotation"
Merged Piotr Gawron requested to merge 187-process-annotation into development
4 files
+ 27
18
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -4,6 +4,7 @@ import {
} from '@/redux/bioEntity/bioEntity.selectors';
import { useAppSelector } from '@/redux/hooks/useAppSelector';
import { LoadingIndicator } from '@/shared/LoadingIndicator';
import React from 'react';
import { BioEntitiesPinsListItem } from '../../SearchDrawerWrapper/BioEntitiesResultsList/BioEntitiesPinsList/BioEntitiesPinsListItem';
export const ConnectedBioEntitiesList = (): React.ReactNode => {
@@ -17,6 +18,7 @@ export const ConnectedBioEntitiesList = (): React.ReactNode => {
return (
<div>
<h3 className="mb-1 font-semibold">Reaction elements:</h3>
{bioEntityData &&
bioEntityData.map(item => (
<BioEntitiesPinsListItem
Loading