mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
feat: new colour picker
- General Fixes - Event UI change - Marketplace Collection UI Changes Co-authored-by: David Ralph <me@davidcralph.co.uk> Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
@@ -166,7 +166,7 @@ class Stats extends PureComponent {
|
||||
)}
|
||||
{statsElement(
|
||||
variables.getMessage(`${STATS_SECTION}.sections.addons_installed`),
|
||||
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