mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Linting.
This commit is contained in:
parent
69b1702e40
commit
5573a56296
@ -41,6 +41,10 @@ export default class SignIn extends React.Component {
|
||||
});
|
||||
}
|
||||
|
||||
onUpdateSearchText(searchText) {
|
||||
this.setState({ searchText });
|
||||
}
|
||||
|
||||
chooseMember(chosenRequest, index) {
|
||||
const member = this.state.members[index];
|
||||
const purpose = this.state.signOn.purpose;
|
||||
@ -48,10 +52,6 @@ export default class SignIn extends React.Component {
|
||||
this.setState({ ...this.state, signOn: { member, purpose } });
|
||||
}
|
||||
|
||||
onUpdateSearchText(searchText) {
|
||||
this.setState({ searchText });
|
||||
}
|
||||
|
||||
signIn() {
|
||||
const purpose = this.state.signOn.purpose;
|
||||
const member = this.state.signOn.member;
|
||||
|
Loading…
x
Reference in New Issue
Block a user