CEC-1666 Deploy Supplier Accounts to Staging (#165)

* CEC-1965 Supplier update and approval (#162)

* CEC-1965 Supplier update and approval
Fix calling connectedcars for no VINs
Search sets table page to 0

* PR comments

* CEC-1965 Cleanup (#163)

* CEC-1965 Table footer fix (#164)

tiny tiny change
This commit is contained in:
John Wu
2022-07-07 12:15:42 -07:00
committed by GitHub
parent ab9c01c153
commit 5129289a80
23 changed files with 1851 additions and 82 deletions

View File

@@ -36,6 +36,7 @@ export const VehicleProvider = ({ children }) => {
const addConnections = async (cars, token) => {
try {
if (cars.length === 0) return;
const vins = cars.map((car) => car.vin);
const result = await api.getConnections(vins, token);