-
- {pluginContext?.plugins.map((plugin, index) => {
- const isVisible = plugin === pluginContext.visiblePlugin
- const label = `${isVisible ? 'Hide' : 'Show'} ${plugin.title}`
- const Icon = plugin.icon
- return (
-
-
-
-
-
- )
- })}
-
-
-
-
-
-
-
-
-