Update PluginRepo.plugin.js

This commit is contained in:
Mirco Wittrien 2020-07-27 18:35:52 +02:00
parent 2d6cb2a582
commit 552e1b6c2f
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ var PluginRepo = (_ => {
render() {
let automaticLoading = BDFDB.BDUtils.getSettings(BDFDB.BDUtils.settingsIds.automaticLoading);
if (!this.props.tab) this.props.tab = "Plugins";
this.props.entries = (!loading.is && !BDFDB.ObjectUtils.isEmpty(loadedPlugins) ? this.filterPlugins() : []).map(plugin => this.renderCard(plugin)).filter(n => n);
this.props.entries = (!loading.is && !BDFDB.ObjectUtils.isEmpty(loadedPlugins) ? this.filterPlugins() : []).map(this.renderCard).filter(n => n);
BDFDB.TimeUtils.timeout(_ => {
if (!loading.is && header && this.props.entries.length != header.props.amount) {