From a407cd548d5eaff2a32e2ecfd91834f190809384 Mon Sep 17 00:00:00 2001 From: Bhwa233 <404174262@qq.com> Date: Sat, 16 Mar 2024 15:01:18 +0800 Subject: [PATCH] =?UTF-8?q?format=20=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AlgoliaSearchModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/AlgoliaSearchModal.js b/components/AlgoliaSearchModal.js index 8fc62d91..ea727a48 100644 --- a/components/AlgoliaSearchModal.js +++ b/components/AlgoliaSearchModal.js @@ -253,7 +253,7 @@ export default function AlgoliaSearchModal({ cRef }) { {totalHit === 0 && (
{ ShortCutActions.map((action, index) => { - return
{action.key}
+ return
{action.key}
{action.action}
}) }