Added missing pages for selected header BOD-164

This commit is contained in:
Patrick Fic
2020-09-09 12:25:23 -07:00
parent c4c646ba35
commit ba4173c000
10 changed files with 87 additions and 24 deletions

View File

@@ -13,7 +13,6 @@ export default function ProductionRemoveButton({ jobId }) {
const [loading, setLoading] = useState(false);
const search = queryString.parse(useLocation().search);
const history = useHistory();
const { selected } = search;
const handleRemoveFromProd = async () => {
logImEXEvent("production_remove_job");