meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
4 additions and
0 deletions
-
src/components/IsUnlocked.js
|
|
@ -81,6 +81,10 @@ class IsUnlocked extends Component<Props, State> { |
|
|
|
return true |
|
|
|
} |
|
|
|
|
|
|
|
if (!nextProps.isLocked && this.props.isLocked) { |
|
|
|
return true |
|
|
|
} |
|
|
|
|
|
|
|
return nextProps.children !== this.props.children |
|
|
|
} |
|
|
|
|