feature/IO-3497-Ant-Design-v5-to-v6 - Signed off Files
This commit is contained in:
@@ -58,7 +58,7 @@ export default function PartsQueueDetailCard() {
|
||||
}
|
||||
>
|
||||
<JobsDetailHeader job={data ? data.jobs_by_pk : null} />
|
||||
<Divider type="horizontal" />
|
||||
<Divider orientation="horizontal" />
|
||||
<PartsQueueJobLinesComponent jobLines={data.jobs_by_pk ? data.jobs_by_pk.joblines : null} />
|
||||
</Card>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user