mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Updating the store - Fully Working 🎉
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import Linkify from 'react-linkify';
|
||||
|
||||
const name = 'talk-plugin-comment-content';
|
||||
@@ -21,4 +22,8 @@ const CommentContent = ({ comment }) => {
|
||||
);
|
||||
};
|
||||
|
||||
CommentContent.propTypes = {
|
||||
comment: PropTypes.object.isRequired,
|
||||
};
|
||||
|
||||
export default CommentContent;
|
||||
|
||||
Reference in New Issue
Block a user