We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a6fc7 commit a691d36Copy full SHA for a691d36
src/components/Comment/MonoComment.js
@@ -114,7 +114,7 @@ const MonoComment = ({ comment, fetchComments }) => {
114
<img src={`data:image/jpeg;base64,${dataInfor?.avatar}`} alt='Avatar' className="w-[30px] h-[30px] rounded-[50%]" />
115
<div className="mx-2 mr-5">
116
<p className="font-bold">{comment.userName}</p>
117
- <p>{comment.text}</p>
+ <p>{comment.sanitizedText}</p>
118
119
<div className="flex gap-3 items-center">
120
<div className="flex items-center cursor-pointer" onClick={handleAction}>
0 commit comments