mirror of
				https://github.com/fspc/workstand.git
				synced 2025-11-04 00:45:35 -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) {
 | 
					  chooseMember(chosenRequest, index) {
 | 
				
			||||||
    const member = this.state.members[index];
 | 
					    const member = this.state.members[index];
 | 
				
			||||||
    const purpose = this.state.signOn.purpose;
 | 
					    const purpose = this.state.signOn.purpose;
 | 
				
			||||||
@ -48,10 +52,6 @@ export default class SignIn extends React.Component {
 | 
				
			|||||||
    this.setState({ ...this.state, signOn: { member, purpose } });
 | 
					    this.setState({ ...this.state, signOn: { member, purpose } });
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  onUpdateSearchText(searchText) {
 | 
					 | 
				
			||||||
    this.setState({ searchText });
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  signIn() {
 | 
					  signIn() {
 | 
				
			||||||
    const purpose = this.state.signOn.purpose;
 | 
					    const purpose = this.state.signOn.purpose;
 | 
				
			||||||
    const member = this.state.signOn.member;
 | 
					    const member = this.state.signOn.member;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user