diff --git a/client/app/scripts/components/plugins.js b/client/app/scripts/components/plugins.js index 5217b1ed0..284c176c2 100644 --- a/client/app/scripts/components/plugins.js +++ b/client/app/scripts/components/plugins.js @@ -27,7 +27,7 @@ class Plugins extends React.Component { Plugins: {hasPlugins && this.props.plugins.toIndexedSeq() - .map((plugin, index) => this.renderPlugin(plugin, index))} + .map(plugin => this.renderPlugin(plugin.toJS()))} {!hasPlugins && n/a} );