Fixed multipipelining
This commit is contained in:
parent
82a4865404
commit
1bb588f294
13 changed files with 66 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue