Merge branch 'feat/1.0.6/ui' of github.com:answerdev/answer into feat/1.0.6/ui
This commit is contained in:
@@ -69,7 +69,10 @@ const Index: FC<Props> = ({
|
||||
{objectType !== 'answer' && opts?.showTitle && (
|
||||
<h5
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: diffText(newData.title, oldData?.title),
|
||||
__html: diffText(
|
||||
newData.title?.replace(/</gi, '<'),
|
||||
oldData?.title?.replace(/</gi, '<'),
|
||||
),
|
||||
}}
|
||||
className="mb-3"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user