mirror of
https://github.com/mue/mue.git
synced 2026-07-09 21:45:26 +02:00
@@ -166,7 +166,9 @@ class Stats extends PureComponent {
|
||||
)}
|
||||
{statsElement(
|
||||
variables.getMessage(`${STATS_SECTION}.sections.addons_installed`),
|
||||
this.state.stats.marketplace && this.state.stats.marketplace['install'] ? this.state.stats.marketplace['install'].length : 0,
|
||||
this.state.stats.marketplace && this.state.stats.marketplace['install']
|
||||
? this.state.stats.marketplace['install'].length
|
||||
: 0,
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user