mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 14:25:34 +08:00
Adding missing proptypes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user