Skip to content

Commit

Permalink
fix disabled button (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverineks committed Nov 28, 2022
1 parent d62af17 commit 6ee7768
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/HW/LedgerConnect/LedgerConnect.tsx
Expand Up @@ -56,7 +56,7 @@ class _LedgerConnect extends React.Component<Props, State> {
deviceId: null,
deviceObj: null,
error: null,
refreshing: false,
refreshing: true,
waiting: false,
}

Expand Down Expand Up @@ -115,7 +115,6 @@ class _LedgerConnect extends React.Component<Props, State> {

startScan = () => {
const {useUSB} = this.props
this.setStateWithAnimimation({refreshing: true})

this._subscriptions = this._transportLib.listen({
complete: () => {
Expand Down

0 comments on commit 6ee7768

Please sign in to comment.