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)