Skip to content

Commit

Permalink
Removing unused prop type in StreamRuleList component. (#2673)
Browse files Browse the repository at this point in the history
There was an unused prop type defined in the StreamRuleList component,
which was not passed to it, therefore generating a warning in the
browser's console for every use of the component. This change removes
the prop type.
  • Loading branch information
dennisoelkers authored and edmundoa committed Aug 12, 2016
1 parent e60aecd commit c005ac0
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -10,7 +10,6 @@ const StreamRuleList = React.createClass({
onDelete: React.PropTypes.func,
permissions: React.PropTypes.array.isRequired,
stream: React.PropTypes.object.isRequired,
streamRule: React.PropTypes.object.isRequired,
streamRuleTypes: React.PropTypes.array.isRequired,
},

Expand Down

0 comments on commit c005ac0

Please sign in to comment.