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:
alexsparkes
2024-05-17 16:29:32 +01:00
parent ea5cba2e17
commit b102269161
48 changed files with 417 additions and 1007 deletions

View File

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