Skip to content
Snippets Groups Projects

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

All threads resolved!
17 files
+ 276
7974
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -33,8 +33,6 @@ export const BioEntityDrawer = (): React.ReactNode => {
dispatch(getDrugsForBioEntityDrawerTarget(currentTargetId));
};
console.log({ bioEntityData });
if (!bioEntityData) {
return null;
}
Loading