mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 10:19:45 +08:00
Linting
This commit is contained in:
@@ -85,7 +85,7 @@ class SignInContainer extends Component {
|
||||
this.setState(state => ({...state, errors}));
|
||||
// Checks Email Availability
|
||||
if (name === 'email') {
|
||||
debounce(() => checkAvailability({[name]: value}), 200, { 'maxWait': 1000 })();
|
||||
debounce(() => checkAvailability({[name]: value}), 200, {'maxWait': 1000})();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,4 +10,4 @@ const Success = () => (
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Success;
|
||||
export default Success;
|
||||
|
||||
Reference in New Issue
Block a user