Adding missing proptypes

This commit is contained in:
Belen Curcio
2017-10-19 10:58:24 -03:00
parent fdddd5f8af
commit 2a85b9fdd2
@@ -1,5 +1,5 @@
import React from 'react';
import PropTypes from 'prop-types';
import t from 'coral-framework/services/i18n';
// Render in place of a Comment when the author of the comment is <action>
@@ -34,4 +34,8 @@ class CommentTombstone extends React.Component {
}
}
CommentTombstone.propTypes = {
action: PropTypes.string,
};
export default CommentTombstone;