Rome whitelabelling.
This commit is contained in:
@@ -21,7 +21,7 @@ import TestComponent from "../../components/_test/test.component";
|
||||
import { requestForToken } from "../../firebase/firebase.utils";
|
||||
import {
|
||||
selectBodyshop,
|
||||
selectInstanceConflict
|
||||
selectInstanceConflict,
|
||||
} from "../../redux/user/user.selectors";
|
||||
|
||||
import "./manage.page.styles.scss";
|
||||
@@ -193,9 +193,8 @@ export function Manage({ match, conflict, bodyshop }) {
|
||||
<Suspense
|
||||
fallback={<LoadingSpinner message={t("general.labels.loadingapp")} />}
|
||||
>
|
||||
|
||||
<PaymentModalContainer />
|
||||
|
||||
<PaymentModalContainer />
|
||||
|
||||
<BreadCrumbs />
|
||||
<BillEnterModalContainer />
|
||||
<JobCostingModal />
|
||||
@@ -403,7 +402,6 @@ export function Manage({ match, conflict, bodyshop }) {
|
||||
{PageContent}
|
||||
</Sentry.ErrorBoundary>
|
||||
|
||||
|
||||
<Footer>
|
||||
<div
|
||||
style={{
|
||||
@@ -416,7 +414,7 @@ export function Manage({ match, conflict, bodyshop }) {
|
||||
>
|
||||
<div style={{ display: "flex" }}>
|
||||
<div>
|
||||
{`ImEX Online ${
|
||||
{`${t("titles.app")} ${
|
||||
process.env.REACT_APP_GIT_SHA
|
||||
} - ${preval`module.exports = new Date().toLocaleString("en-US", {timeZone: "America/Los_Angeles"});`}`}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user