From 9851c17faf9edf9bd6030c0a2daedf234c78e26e Mon Sep 17 00:00:00 2001 From: IanLondon Date: Tue, 27 Nov 2018 15:59:54 -0500 Subject: [PATCH] feat(protocol-designer): make multichannel substeps collapsed by default Closes #2678 --- .../src/components/steplist/MultiChannelSubstep.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol-designer/src/components/steplist/MultiChannelSubstep.js b/protocol-designer/src/components/steplist/MultiChannelSubstep.js index 306e205c442..7e5858143fe 100644 --- a/protocol-designer/src/components/steplist/MultiChannelSubstep.js +++ b/protocol-designer/src/components/steplist/MultiChannelSubstep.js @@ -57,11 +57,11 @@ export default class MultiChannelSubstep extends React.Component{`${formatVolume(rowGroup[0].volume)} μL`} {firstChannelDest ? destWellRange : ''} - + - {collapsed && rowGroup.map((row, rowKey) => { + {!collapsed && rowGroup.map((row, rowKey) => { // Channel rows (1 for each channel in multi-channel pipette return (