@ -44,6 +44,7 @@ const PluginsPanel = () => {
<List pluginList={filteredList} />
</div>
{false && (
<PluginDetailPanel
pluginDetail={currentPluginDetail}
endpointList={currentPluginEndpoints}
@ -52,6 +53,7 @@ const PluginsPanel = () => {
setCurrentEndpoints([])
}}
/>
)}
</>
)
}