Lint all the things
This commit is contained in:
@@ -183,7 +183,6 @@ export function JobsList({ bodyshop, refetch, loading, jobs, total }) {
|
||||
if (search.search && search.search.trim() !== "") {
|
||||
searchJobs();
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
async function searchJobs(value) {
|
||||
|
||||
Reference in New Issue
Block a user