Format source.

This commit is contained in:
Kenshin 2018-07-05 11:41:23 +08:00
parent 95c0c13f94
commit 1a3babd974

View File

@ -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 {