style: codacy

This commit is contained in:
David Ralph
2021-04-16 12:26:56 +01:00
parent fe4d17eff3
commit 1ac6f418bf
11 changed files with 16 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ export default class Search extends React.PureComponent {
setTimeout(() => {
window.location.href = this.state.url + `?${this.state.query}=` + searchText.value;
}, 1000);
}
};
}
searchButton = () => {