Skip to content

Commit

Permalink
fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Nov 26, 2024
1 parent 5d535fa commit 60b2f0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/biobank/jsx/shipmentTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ function ShipmentTab({
}

// ShipmentTab.propTypes
import PropTypes from 'prop-types';

ShipmentTab.propTypes = {
// Data prop: Contains nested data objects
data: PropTypes.shape({
Expand Down
2 changes: 1 addition & 1 deletion modules/biobank/jsx/specimenForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ class SpecimenBarcodeForm extends React.Component {

// SpecimenBarcodeForm.propTypes
SpecimenBarcodeForm.propTypes = {
typeId: PropTypes.number
typeId: PropTypes.number,
// Item prop: Contains container and specimen information
item: PropTypes.shape({
container: PropTypes.shape({
Expand Down

0 comments on commit 60b2f0c

Please sign in to comment.