mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
correcting propTypes
This commit is contained in:
parent
acab4ed01a
commit
858bb79d3a
@ -57,7 +57,7 @@ const PersonStatus = (props) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
PersonStatus.propTypes = {
|
PersonStatus.propTypes = {
|
||||||
handleStatusTooltip: React.PropTypes.bool,
|
handleStatusTooltip: React.PropTypes.func,
|
||||||
person: React.PropTypes.object,
|
person: React.PropTypes.object,
|
||||||
toggled: React.PropTypes.bool,
|
toggled: React.PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
@ -58,7 +58,7 @@ const PeopleTable = (props) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
PeopleTable.propTypes = {
|
PeopleTable.propTypes = {
|
||||||
handleStatusTooltip: React.PropTypes.bool,
|
handleStatusTooltip: React.PropTypes.func,
|
||||||
orgUI: React.PropTypes.object,
|
orgUI: React.PropTypes.object,
|
||||||
people: React.PropTypes.array,
|
people: React.PropTypes.array,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user