From 69a35772e53539414a3df78765a7759041752c52 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 11 Sep 2025 16:41:21 -0400 Subject: [PATCH] release/2025-09-26 - Remove sockets from Parts Management --- client/src/App/App.jsx | 4 +--- .../src/components/global-footer/global-footer.component.jsx | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/client/src/App/App.jsx b/client/src/App/App.jsx index 2d9c03557..fa24ef07e 100644 --- a/client/src/App/App.jsx +++ b/client/src/App/App.jsx @@ -233,9 +233,7 @@ export function App({ path="/parts/*" element={ - - - + } > diff --git a/client/src/components/global-footer/global-footer.component.jsx b/client/src/components/global-footer/global-footer.component.jsx index 9286de833..19e9b0629 100644 --- a/client/src/components/global-footer/global-footer.component.jsx +++ b/client/src/components/global-footer/global-footer.component.jsx @@ -16,7 +16,7 @@ const mapStateToProps = createStructuredSelector({ export function GlobalFooter({ isPartsEntry }) { const { t } = useTranslation(); - + if (isPartsEntry) { return (