Bug fixes

This commit is contained in:
David Ralph
2020-10-16 13:15:10 +01:00
parent 52cc9cb579
commit a865cb87ef
9 changed files with 18 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ export default class MainModal extends React.PureComponent {
switch (input) {
case 'addons':
this.setState({
tab: <Addons language={this.props.language.addons} marketplaceLanguage={this.props.language.marketplace} toastLanguage={this.props.toastLanguage}/>,
tab: <Addons language={this.props.language.addons} marketplaceLanguage={this.props.language.marketplace} toastLanguage={this.props.toastLanguage} openMarketplace={() => this.changeEnabled('marketplace')}/>,
addonsActive: 'active',
settingsActive: '',
marketplaceActive: ''