Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6455 from brave/ledger-recovery-error
Browse files Browse the repository at this point in the history
ledger recovery error if fields are not set
  • Loading branch information
bsclifton authored Jan 9, 2017
2 parents 6923c7f + ba6d2ae commit 14b3bf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,10 @@ class TabsTab extends ImmutableComponent {
class PaymentsTab extends ImmutableComponent {
constructor () {
super()
this.state = {
FirstRecoveryKey: '',
SecondRecoveryKey: ''
}

this.printKeys = this.printKeys.bind(this)
this.saveKeys = this.saveKeys.bind(this)
Expand Down

0 comments on commit 14b3bf7

Please sign in to comment.