Skip to content

Commit 0b0ca41

Browse files
committed
fix displayName
1 parent 096bd83 commit 0b0ca41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Comment/CommentText.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const CommentText = React.forwardRef(function (props, ref) {
2020
)
2121
})
2222

23+
CommentText.displayName = 'CommentText'
2324
CommentText.propTypes = {
2425
/** An element type to render as (string or function). */
2526
as: PropTypes.elementType,

0 commit comments

Comments
 (0)