Fix lint.

This commit is contained in:
gaba
2017-01-03 15:18:39 -03:00
parent a1def6f950
commit 950340d5e7
@@ -21,6 +21,7 @@ export default class CommentList extends React.Component {
comments: PropTypes.object.isRequired,
users: PropTypes.object.isRequired,
onClickAction: PropTypes.func,
// list of actions (flags, etc) associated with the comments
modActions: PropTypes.arrayOf(PropTypes.string).isRequired,
loading: PropTypes.bool,