diff --git a/js/src/modals/AddAddress/addAddress.js b/js/src/modals/AddAddress/addAddress.js index 750e7f8b8..78633c52c 100644 --- a/js/src/modals/AddAddress/addAddress.js +++ b/js/src/modals/AddAddress/addAddress.js @@ -14,13 +14,12 @@ // You should have received a copy of the GNU General Public License // along with Parity. If not, see . -import ContentAdd from 'material-ui/svg-icons/content/add'; -import ContentClear from 'material-ui/svg-icons/content/clear'; import { observer } from 'mobx-react'; import React, { Component, PropTypes } from 'react'; import { FormattedMessage } from 'react-intl'; -import { Button, Form, Input, InputAddress, Modal } from '~/ui'; +import { Button, Form, Input, InputAddress, Portal } from '~/ui'; +import { AddIcon, CancelIcon } from '~/ui/Icons'; import Store from './store'; @@ -46,8 +45,10 @@ export default class AddAddress extends Component { render () { return ( - { this.renderFields() } - + ); } @@ -66,7 +67,7 @@ export default class AddAddress extends Component { return ([