From 950340d5e7cb28911e341a974c6ddc29d6934d5f Mon Sep 17 00:00:00 2001 From: gaba Date: Tue, 3 Jan 2017 15:18:39 -0300 Subject: [PATCH] Fix lint. --- client/coral-admin/src/components/CommentList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-admin/src/components/CommentList.js b/client/coral-admin/src/components/CommentList.js index 91c88a796..b5eb40231 100644 --- a/client/coral-admin/src/components/CommentList.js +++ b/client/coral-admin/src/components/CommentList.js @@ -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,