From f5b8c0bbba03e21a610458457be63534b4c9d2ec Mon Sep 17 00:00:00 2001 From: riley Date: Wed, 21 Dec 2016 11:19:17 -0700 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 f843fbe0c..326d63cf1 100644 --- a/client/coral-admin/src/components/CommentList.js +++ b/client/coral-admin/src/components/CommentList.js @@ -23,6 +23,7 @@ export default class CommentList extends React.Component { onClickAction: PropTypes.func, modActions: PropTypes.arrayOf(PropTypes.string), loading: PropTypes.bool, + // list of actions (flags, etc) associated with the comments actions: PropTypes.shape({ ids: PropTypes.arrayOf(PropTypes.string)