Micro bug fix
This commit is contained in:
parent
87caafe36f
commit
2d49ff63ce
5 changed files with 5 additions and 3 deletions
|
@ -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");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue