fix: marketplace exclude

pull/12372/head
zxhlyh 1 year ago
parent 4c1bf96b14
commit 5825c101c9

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

Loading…
Cancel
Save