Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
KPMP-659 fixed string casing on propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Smith authored and Ross Smith committed Apr 3, 2019
1 parent 512b5a8 commit 4604a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dataviz/Instruction.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Instruction extends Component {
}

Instruction.propTypes = {
id: PropTypes.String.isRequired,
id: PropTypes.string.isRequired,
title: PropTypes.string.isRequired,
children: PropTypes.oneOfType([
PropTypes.arrayOf(PropTypes.node),
Expand Down

0 comments on commit 4604a73

Please sign in to comment.