Technician clock issues IO-731
This commit is contained in:
@@ -116,16 +116,12 @@ export function JobDetailCards({ setPrintCenterContext }) {
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
<Row gutter={[16, 16]}>
|
||||
<Col {...colBreakPoints}> What would be good to have here?</Col>
|
||||
<Col {...colBreakPoints}> What would be good to have here?</Col>
|
||||
<Col {...colBreakPoints}> What would be good to have here?</Col>
|
||||
</Row>
|
||||
<Tabs size="large">
|
||||
<Tabs.TabPane key="lines" tab={t("jobs.labels.lines")}>
|
||||
<JobLinesContainer
|
||||
jobId={selected}
|
||||
joblines={data.jobs_by_pk.joblines}
|
||||
job={data.jobs_by_pk}
|
||||
refetch={refetch}
|
||||
/>
|
||||
</Tabs.TabPane>
|
||||
|
||||
Reference in New Issue
Block a user