From 8257c7bf021514140aadd5896262ce1f73688d1a Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 10 Oct 2024 17:49:23 +0800 Subject: [PATCH] chore: remove useless data --- web/app/(commonLayout)/plugins/test/card/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/(commonLayout)/plugins/test/card/page.tsx b/web/app/(commonLayout)/plugins/test/card/page.tsx index 88357c2d33..bd1169cd91 100644 --- a/web/app/(commonLayout)/plugins/test/card/page.tsx +++ b/web/app/(commonLayout)/plugins/test/card/page.tsx @@ -6,7 +6,7 @@ import CardMoreInfo from '@/app/components/plugins/card/card-more-info' import InstallModelItem from '@/app/components/plugins/install-model-item' const PluginList = async () => { - const pluginList = [toolNotion, extensionDallE, modelGPT4, toolNotion, toolNotion] + const pluginList = [toolNotion, extensionDallE, modelGPT4] return (