$0db and Wheel Repair Pricing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Input, Table, Checkbox } from "antd";
|
||||
import { Input, Table } from "antd";
|
||||
import moment from "moment";
|
||||
import React, { useState } from "react";
|
||||
import { connect } from "react-redux";
|
||||
@@ -177,7 +177,7 @@ export function ReportingJobsListMolecule({
|
||||
<Table.Summary.Cell index={0}>
|
||||
<strong>Totals</strong>
|
||||
</Table.Summary.Cell>
|
||||
<Table.Summary.Cell index={1}></Table.Summary.Cell>
|
||||
<Table.Summary.Cell index={1}>{`${data.length} record(s)`}</Table.Summary.Cell>
|
||||
<Table.Summary.Cell index={2}></Table.Summary.Cell>
|
||||
<Table.Summary.Cell index={3}></Table.Summary.Cell>
|
||||
<Table.Summary.Cell index={4}></Table.Summary.Cell>
|
||||
|
||||
Reference in New Issue
Block a user