refactor: replying image display
This commit is contained in:
@@ -98,6 +98,7 @@ const renderContent = (data) => {
|
||||
<span className="txt">
|
||||
{reactStringReplace(
|
||||
content,
|
||||
// eslint-disable-next-line no-useless-escape
|
||||
/(\s{1}\@[0-9]+\s{1})/g,
|
||||
(match, idx) => {
|
||||
console.log("match", match);
|
||||
|
||||
Reference in New Issue
Block a user