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 (