Skip to content

Commit dd83f0f

Browse files
author
Adriána Kohanová
committed
Merge remote-tracking branch 'remotes/origin/#462' into #433
2 parents 75bf86d + c2bf2bf commit dd83f0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/components/datasets/crossReferenceDialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
getListOfSelectedLigandOfAllDatasets,
2828
getListOfSelectedProteinOfAllDatasets
2929
} from './redux/selectors';
30-
import { changeButtonClassname, onButtonToggle } from './helpers';
30+
import { changeButtonClassname } from './helpers';
3131

3232
const useStyles = makeStyles(theme => ({
3333
paper: {

js/components/datasets/redux/dispatchActions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ const addAllLigandsFromList = (moleculeList = [], stage, skipTracking = false) =
399399
const removeAllLigandsFromList = (moleculeList = [], stage, skipTracking = false) => dispatch => {
400400
moleculeList.forEach(molecule => {
401401
dispatch(
402-
addDatasetLigand(
402+
removeDatasetLigand(
403403
stage,
404404
molecule.molecule,
405405
colourList[molecule.molecule.id % colourList.length],

0 commit comments

Comments
 (0)