Small fixes

This commit is contained in:
Maksymilian Fryc 2017-08-16 16:04:28 +02:00
parent 3f610550f6
commit 5fff1c5002

View File

@ -431,7 +431,6 @@ export class MenuService {
items: null items: null
}; };
item.items = this.getTagsItems(item, group); item.items = this.getTagsItems(item, group);
res.push(item); res.push(item);
} }
this.checkAllTagsUsedInGroups(); this.checkAllTagsUsedInGroups();