From 06c9d967dd2beb0d4a2b350ae01d4c2ed558cc5a Mon Sep 17 00:00:00 2001 From: Abdurrahman Asad <51022010+A-ASAD@users.noreply.github.com> Date: Thu, 24 Feb 2022 13:05:24 +0500 Subject: [PATCH] fix: display non-breaking space entity properly in post summary --- src/discussions/posts/post/PostLink.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/discussions/posts/post/PostLink.jsx b/src/discussions/posts/post/PostLink.jsx index 0c606adf..46789390 100644 --- a/src/discussions/posts/post/PostLink.jsx +++ b/src/discussions/posts/post/PostLink.jsx @@ -77,7 +77,8 @@ function PostLink({ /> -
{post.previewBody}
+ {/* eslint-disable-next-line react/no-danger */} +