diff --git a/src/module/pluginbar.jsx b/src/module/pluginbar.jsx index edc6e96e..a1232337 100644 --- a/src/module/pluginbar.jsx +++ b/src/module/pluginbar.jsx @@ -14,7 +14,6 @@ export default class Pluginbar extends React.Component { getCategory() { Object.values( storage.plugins ).forEach( ( item, idx ) => { - if ( this.category[item.category] ) { this.category[item.category].push( item ); } else {