From 5825c101c932865f2948c1276c11ce46cce8b683 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Mon, 9 Dec 2024 16:06:46 +0800 Subject: [PATCH] fix: marketplace exclude --- web/app/(commonLayout)/plugins/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/(commonLayout)/plugins/page.tsx b/web/app/(commonLayout)/plugins/page.tsx index 921b129781..c7ae0b83ab 100644 --- a/web/app/(commonLayout)/plugins/page.tsx +++ b/web/app/(commonLayout)/plugins/page.tsx @@ -8,7 +8,7 @@ const PluginList = async () => { return ( } - marketplace={} + marketplace={} /> ) }