开发: 添加eslint两个package

This commit is contained in:
zhengw
2023-04-24 13:43:36 +08:00
parent 570b28d81b
commit 0b850f4ef4
39 changed files with 163 additions and 141 deletions

View File

@@ -23,7 +23,7 @@ export const EmojiFormat: React.FC<IProps> = (props) => {
return (
<>
{typeof props.content === 'string' ? (
<div dangerouslySetInnerHTML={{ __html: format() }}></div>
<div dangerouslySetInnerHTML={{ __html: format() }} />
) : (
props.content
)}