Fixed multipipelining

This commit is contained in:
Dunemask 2022-08-12 20:10:57 +00:00
parent 82a4865404
commit 1bb588f294
13 changed files with 66 additions and 27 deletions

View file

@ -35,7 +35,7 @@ export default function Jobs() {
justifyContent="center"
sx={{ flexFlow: "wrap" }}
>
<Typography variant="h4">No jobs found! </Typography>{" "}
<Typography variant="h4">No jobs found!</Typography>
</Box>
<Box
display="flex"
@ -49,7 +49,9 @@ export default function Jobs() {
</Box>
</React.Fragment>
) : null}
<JobBuilder />
{location.hash === "" && (
<React.Fragment>
{jobState.jobs