$0db and Wheel Repair Pricing

This commit is contained in:
Patrick Fic
2021-04-07 14:34:13 -07:00
parent 888a92499c
commit 8f532d9ff8
2 changed files with 26 additions and 4 deletions

View File

@@ -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>