From aa5513a5dd58aad7770e67763129733919dc9f72 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Fri, 28 Aug 2020 11:55:50 +0100 Subject: [PATCH] Update Addons.jsx --- src/components/modals/Addons.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/modals/Addons.jsx b/src/components/modals/Addons.jsx index 68570721..367ac219 100644 --- a/src/components/modals/Addons.jsx +++ b/src/components/modals/Addons.jsx @@ -3,8 +3,6 @@ import LocalMallIcon from '@material-ui/icons/LocalMall'; import { toast } from 'react-toastify'; import Item from './marketplace/Item'; import MarketplaceFunctions from '../../modules/marketplaceFunctions'; -import StoreIcon from '@material-ui/icons/Store'; -import SettingsIcon from '@material-ui/icons/Settings'; export default class Addons extends React.PureComponent { constructor(...args) { @@ -70,9 +68,9 @@ export default class Addons extends React.PureComponent { ×

{this.props.modalLanguage.title}

- + - +
{ /* @@ -116,4 +114,4 @@ export default class Addons extends React.PureComponent { this.uninstall()}>{this.props.language.product.buttons.remove}} data={this.state.item_data} function={()=> this.toggle()} language={this.props.language.product} />
; } -} \ No newline at end of file +}