Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fix valid QR scan not advancing #6033

Merged
merged 1 commit into from
Jul 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions js/src/modals/CreateAccount/NewQr/newQr.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.

import { observer } from 'mobx-react';
import React, { Component, PropTypes } from 'react';
import { FormattedMessage } from 'react-intl';

import { Form, Input, InputAddress, QrScan } from '~/ui';

import ChangeVault from '../ChangeVault';

@observer
export default class NewQr extends Component {
static propTypes = {
createStore: PropTypes.object.isRequired,
Expand Down