Skip to content

Commit

Permalink
Remove incorrectly used label from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Cherewaty committed Sep 28, 2018
1 parent c874f60 commit c3fe14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/routing-architecture/routing-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@ class PackageShow extends Component {

export default function SelectionStatus({ onAddToHoldings }) {
return (
<label data-test-eholdings-package-details-selected>
<div data-test-eholdings-package-details-selected>
<SelectionStatusButton
// pass the function into another component
onAddToHoldings={onAddToHoldings}
/>
</label>);
</div>);
}

SelectionStatus.propTypes = {
Expand Down

0 comments on commit c3fe14a

Please sign in to comment.