Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tonokim committed Feb 20, 2019
1 parent c1b4f23 commit d3f61ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const getPassword = () => new Promise((resolve, reject) => {
})
})

const { Modal1 } = Modal
type Props = {
isLoading: boolean,
children: React.DOM,
Expand Down
2 changes: 1 addition & 1 deletion src/components/AccountImport/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getAccounts = () => new Promise((resolve, reject) => {

class AccountImport extends Component<Props> {
state = {
privateKey: '5w39KtYEUHTPnqJNxerBxmWHvF6fgfbGenHR2rmKe5wcUEaM8tWV9K3UACnpBrBQtzhB3cSKD8FeriGojJku4JsJ',
privateKey: '',
errorMessage: '',
}

Expand Down

0 comments on commit d3f61ff

Please sign in to comment.