Skip to content

Commit

Permalink
Merge eb70038 into de43b85
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Jan 25, 2019
2 parents de43b85 + eb70038 commit bdee1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IntlTelInputApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class IntlTelInputApp extends Component {
};
}

if (nextProps.disabled && prevState.disabled !== nextProps.disabled) {
if (prevState.disabled !== nextProps.disabled) {
newState = {
disabled: nextProps.disabled,
};
Expand Down

0 comments on commit bdee1f4

Please sign in to comment.