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 #13576 from NejcZdovc/hotfix/#13424-id
Browse files Browse the repository at this point in the history
Fixes recovery dialog
  • Loading branch information
NejcZdovc authored Mar 22, 2018
2 parents 8bc5146 + c9705dc commit 777291b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/renderer/components/preferences/payment/enabledContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ class EnabledContent extends ImmutableComponent {
}

recoverStatusClick () {
appActions.loadURLInActiveTabRequested(
this.props.ledgerData.get('tabId'),
appActions.loadURLRequested(
parseInt(this.props.ledgerData.get('tabId')),
'about:preferences#payments?ledgerRecoveryOverlayVisible'
)
}
Expand Down

0 comments on commit 777291b

Please sign in to comment.