|
|
|
@ -15,7 +15,7 @@ export function RemixPluginPanel (props: RemixPanelProps) { |
|
|
|
|
<> |
|
|
|
|
{props.header} |
|
|
|
|
<div className="pluginsContainer"> |
|
|
|
|
<div className='plugins' id='plugins'> |
|
|
|
|
<div className='plugins pb-1' id='plugins'> |
|
|
|
|
{Object.values(props.plugins).map((pluginRecord) => { |
|
|
|
|
return <RemixUIPanelPlugin key={pluginRecord.profile.name} pluginRecord={pluginRecord} /> |
|
|
|
|
})} |
|
|
|
|