mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Fix mislabeled proptype
This commit is contained in:
parent
3987392a89
commit
2292e374b3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const UserLogin = React.createClass({
|
|||
const ResetGatherButton = exports.ResetGatherButton = React.createClass({
|
||||
propTypes: {
|
||||
socket: React.PropTypes.object.isRequired,
|
||||
gather: React.PropTypes.string.isRequired
|
||||
gather: React.PropTypes.object.isRequired
|
||||
},
|
||||
|
||||
handleGatherReset() {
|
||||
|
|
Loading…
Reference in a new issue