Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto #1348

# Conflicts:
#	js/components/preview/tags/details/tagDetails.js
  • Loading branch information
boriskovar-m2ms committed Mar 14, 2024
2 parents 56c0b85 + e728f49 commit f474ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/components/preview/tags/details/tagDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ const TagDetails = memo(() => {
const moleculesToEditIds = useSelector(state => state.selectionReducers.moleculesToEdit);
const moleculesToEdit =
moleculesToEditIds &&
moleculesToEditIds.length > 0 &&
!(moleculesToEditIds.length === 1 && moleculesToEditIds[0] === null)
moleculesToEditIds.length > 0 &&
!(moleculesToEditIds.length === 1 && moleculesToEditIds[0] === null)
? moleculesToEditIds.map(id => dispatch(getMoleculeForId(id)))
: [];

Expand Down

0 comments on commit f474ff6

Please sign in to comment.