Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Nov 29, 2024
1 parent 9134deb commit 3642b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/biobank/jsx/poolSpecimenForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class BarcodeInput extends PureComponent {
&& !inList
&& candidateMatch
&& sessionMatch
typeMatch
&& typeMatch
) {
result[container.id] = container.barcode;
}
Expand Down

0 comments on commit 3642b3a

Please sign in to comment.