From f3d952c61c6c2da0215d2ee2518d3e1eceb11437 Mon Sep 17 00:00:00 2001 From: emengweb Date: Tue, 17 Oct 2023 17:25:55 +0800 Subject: [PATCH] hotfix --- themes/nav/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nav/index.js b/themes/nav/index.js index a6b63cf0..1150401b 100755 --- a/themes/nav/index.js +++ b/themes/nav/index.js @@ -297,7 +297,7 @@ const LayoutPostListIndex = props => { * @returns 此主题首页就是列表 */ const LayoutIndexNew = props => { - return + return } /**