This commit is contained in:
riley
2016-12-21 11:19:17 -07:00
parent b6a11fb729
commit f5b8c0bbba
@@ -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)