Skip to content

Commit

Permalink
fix(app): Allow valid pipette+ model names for display images
Browse files Browse the repository at this point in the history
closes #3340
  • Loading branch information
Laura-Danielle committed May 3, 2019
1 parent e5e73bc commit f66cbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/InstrumentSettings/InstrumentInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Props = {
}

// TODO(mc, 2018-03-30): volume and channels should come from the API
const RE_CHANNELS = /p\d+_(single|multi)/
const RE_CHANNELS = /p(\d+|\+\d+)_(single|multi)/

const LABEL_BY_MOUNT = {
left: 'Left pipette',
Expand Down

0 comments on commit f66cbe3

Please sign in to comment.