fix: marketplace now works, more hot reload support and fixes

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-04-12 20:35:17 +01:00
parent b370de9ea3
commit 90a4696114
14 changed files with 52 additions and 35 deletions

View File

@@ -36,6 +36,7 @@ export default class Text extends React.PureComponent {
});
toast(this.language.toasts.reset);
EventBus.dispatch('refresh', this.props.category);
}
render() {