From ece7f87d3299090e6068902c3cbc14dfb5488c2d Mon Sep 17 00:00:00 2001 From: tlyong1992 Date: Wed, 1 Jun 2022 09:06:36 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=EF=BC=9A=E6=9C=80=E8=BF=91=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E5=9B=BE=E7=89=87=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/example/components/ExampleRecentComments.js | 2 +- themes/hexo/components/HexoRecentComments.js | 2 +- themes/next/components/NextRecentComments.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/example/components/ExampleRecentComments.js b/themes/example/components/ExampleRecentComments.js index 10db5cd8..32d11463 100644 --- a/themes/example/components/ExampleRecentComments.js +++ b/themes/example/components/ExampleRecentComments.js @@ -25,7 +25,7 @@ const ExampleRecentComments = (props) => { {onLoading &&
Loading...
} {!onLoading && comments && comments.length === 0 &&
No Comments
} {!onLoading && comments && comments.length > 0 && comments.map((comment) =>
-
+
)} diff --git a/themes/hexo/components/HexoRecentComments.js b/themes/hexo/components/HexoRecentComments.js index b0313907..d23c0669 100644 --- a/themes/hexo/components/HexoRecentComments.js +++ b/themes/hexo/components/HexoRecentComments.js @@ -33,7 +33,7 @@ const HexoRecentComments = (props) => { {onLoading &&
Loading...
} {!onLoading && comments && comments.length === 0 &&
No Comments
} {!onLoading && comments && comments.length > 0 && comments.map((comment) =>
-
+ )} diff --git a/themes/next/components/NextRecentComments.js b/themes/next/components/NextRecentComments.js index ab101db4..961c3e08 100644 --- a/themes/next/components/NextRecentComments.js +++ b/themes/next/components/NextRecentComments.js @@ -25,7 +25,7 @@ const NextRecentComments = (props) => { {onLoading &&
Loading...
} {!onLoading && comments && comments.length === 0 &&
No Comments
} {!onLoading && comments && comments.length > 0 && comments.map((comment) =>