Micro bug fix

This commit is contained in:
Dunemask 2022-11-29 14:49:58 -05:00
parent 87caafe36f
commit 2d49ff63ce
5 changed files with 5 additions and 3 deletions

View file

@ -41,6 +41,7 @@ export default function Jobs() {
useEffect(() => {
const { job, pipeline, builderCache, hash } = jobHash;
console.log(jobState.jobs.filter((j) => !j.isPipeline));
if (!hash) return;
if (!job && !pipeline && !builderCache) navigate("/qualiteer/jobs");
});