From 60c41eb1b7c3eabf6624309d97f5fdabcada2ae9 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 14 Sep 2021 21:58:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=9B=BE=E7=89=87=E9=99=90=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/plugins/com.msgbyte.bbcode/src/tags/ImgTag.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/plugins/com.msgbyte.bbcode/src/tags/ImgTag.tsx b/web/plugins/com.msgbyte.bbcode/src/tags/ImgTag.tsx index acda5a64..aefe89bf 100644 --- a/web/plugins/com.msgbyte.bbcode/src/tags/ImgTag.tsx +++ b/web/plugins/com.msgbyte.bbcode/src/tags/ImgTag.tsx @@ -7,6 +7,6 @@ export const ImgTag: React.FC = React.memo((props) => { const text = node.content.join(''); const url = node.attrs.url ?? text; - return ; + return ; }); ImgTag.displayName = 'ImgTag';