fix: marketplace exclude

This commit is contained in:
zxhlyh 2024-12-09 16:06:46 +08:00
parent 4c1bf96b14
commit 5825c101c9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const PluginList = async () => {
return (
<PluginPage
plugins={<PluginsPanel />}
marketplace={<Marketplace locale={locale} shouldExclude pluginTypeSwitchClassName='top-[60px]' />}
marketplace={<Marketplace locale={locale} pluginTypeSwitchClassName='top-[60px]' />}
/>
)
}