IO-2531 Remove Console Log
This commit is contained in:
@@ -27,7 +27,6 @@ export function JobsList({ bodyshop, refetch, loading, jobs, total }) {
|
||||
const [openSearchResults, setOpenSearchResults] = useState([]);
|
||||
const [searchLoading, setSearchLoading] = useState(false);
|
||||
const [filter, setFilter] = useLocalStorage("filter_jobs_all", null);
|
||||
console.log("filter", filter);
|
||||
const { page, sortcolumn, sortorder } = search;
|
||||
const history = useHistory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user