Reverse job totals.
This commit is contained in:
@@ -6,9 +6,9 @@ import JobTotalsTable from "../job-totals-table/job-totals-table.component";
|
||||
export function JobsDetailTotals({ job, refetch }) {
|
||||
return (
|
||||
<div>
|
||||
<JobPayments job={job} refetch={refetch} />
|
||||
<Divider />
|
||||
<JobTotalsTable job={job} />
|
||||
<Divider />
|
||||
<JobPayments job={job} refetch={refetch} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user