;
if (error) return
;
- return
;
+ return (
+
+ );
}
diff --git a/client/src/firebase/firebase.utils.js b/client/src/firebase/firebase.utils.js
index 6ca6ad98b..dc5382ad2 100644
--- a/client/src/firebase/firebase.utils.js
+++ b/client/src/firebase/firebase.utils.js
@@ -6,7 +6,6 @@ import "firebase/analytics";
import "firebase/messaging";
const config = JSON.parse(process.env.REACT_APP_FIREBASE_CONFIG);
-console.log("Firebase config", config);
firebase.initializeApp(config);
export const auth = firebase.auth();
diff --git a/client/src/graphql/invoices.queries.js b/client/src/graphql/invoices.queries.js
index eb2b193d8..6390c724d 100644
--- a/client/src/graphql/invoices.queries.js
+++ b/client/src/graphql/invoices.queries.js
@@ -107,6 +107,12 @@ export const QUERY_INVOICE_BY_PK = gql`
joblineid
applicable_taxes
}
+ documents {
+ id
+ key
+ name
+ type
+ }
}
}
`;
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index e775eea52..6d52e376f 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -826,7 +826,7 @@
}
},
"titles": {
- "app": "Bodyshop by ImEX Systems",
+ "app": "ImEX Online",
"bc": {
"availablejobs": "Available Jobs",
"contracts": "Contracts",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 11e74e98c..9b870e178 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -826,7 +826,7 @@
}
},
"titles": {
- "app": "CarrocerÃa de ImEX Systems",
+ "app": "ImEX Online",
"bc": {
"availablejobs": "",
"contracts": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 8ef0e9b0a..7c9bc62be 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -826,7 +826,7 @@
}
},
"titles": {
- "app": "Carrosserie par ImEX Systems",
+ "app": "ImEX Online",
"bc": {
"availablejobs": "",
"contracts": "",
diff --git a/client/src/translations/i18n.js b/client/src/translations/i18n.js
index 7415220f1..61863eb77 100644
--- a/client/src/translations/i18n.js
+++ b/client/src/translations/i18n.js
@@ -20,7 +20,7 @@ i18n
//lng: "en",
detection: {},
fallbackLng: "en-US",
- debug: true,
+ debug: process.env.NODE_ENV === "production" ? false : true,
//keySeparator: false, // we do not use keys in form messages.welcome