15027: Fixes unused declarations errors.
[arvados-workbench2.git] / src / components / search-input / search-input.tsx
index f2ec2d6439024c066eebb2a0b8a18a0ec4fba901..64ffc396923ce6d097e05fb89317070ff6470488 100644 (file)
@@ -58,7 +58,6 @@ export const SearchInput = withStyles(styles)(
         timeout: number;
 
         render() {
-            const { classes } = this.props;
             return <form onSubmit={this.handleSubmit}>
                 <FormControl>
                     <InputLabel>Search</InputLabel>