-
- {t("jobs.labels.availablesupplements")}
-
+
+
{t("jobs.labels.availablesupplements")}
-
);
}}
@@ -218,7 +236,7 @@ export default function JobsAvailableSupplementComponent({
pagination={{ position: "top" }}
columns={columns}
rowKey="id"
- dataSource={data && data.available_jobs}
+ dataSource={availableJobs}
onChange={handleTableChange}
/>
diff --git a/client/src/components/jobs-export-all-button/jobs-export-all-button.component.jsx b/client/src/components/jobs-export-all-button/jobs-export-all-button.component.jsx
index f945260d7..f62acd956 100644
--- a/client/src/components/jobs-export-all-button/jobs-export-all-button.component.jsx
+++ b/client/src/components/jobs-export-all-button/jobs-export-all-button.component.jsx
@@ -5,10 +5,9 @@ import React, { useState } from "react";
import { useTranslation } from "react-i18next";
import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
-import { auth } from "../../firebase/firebase.utils";
-import { UPDATE_JOB, UPDATE_JOBS } from "../../graphql/jobs.queries";
+import { auth, logImEXEvent } from "../../firebase/firebase.utils";
+import { UPDATE_JOBS } from "../../graphql/jobs.queries";
import { selectBodyshop } from "../../redux/user/user.selectors";
-import { logImEXEvent } from "../../firebase/firebase.utils";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop,
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 49342a037..faf7f16cc 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -408,6 +408,7 @@
"close": "Close",
"create": "Create",
"delete": "Delete",
+ "deleteall": "Delete All",
"edit": "Edit",
"login": "Login",
"refresh": "Refresh",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 2511b9587..1c3c1da2f 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -408,6 +408,7 @@
"close": "",
"create": "",
"delete": "Borrar",
+ "deleteall": "",
"edit": "Editar",
"login": "",
"refresh": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index c47639861..084ebc36a 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -408,6 +408,7 @@
"close": "",
"create": "",
"delete": "Effacer",
+ "deleteall": "",
"edit": "modifier",
"login": "",
"refresh": "",