release/2025-09-26 - Remove sockets from Parts Management

This commit is contained in:
Dave
2025-09-11 16:41:21 -04:00
parent 38932f4bf9
commit 69a35772e5
2 changed files with 2 additions and 5 deletions

View File

@@ -233,9 +233,7 @@ export function App({
path="/parts/*"
element={
<ErrorBoundary>
<SocketProvider bodyshop={bodyshop} navigate={navigate} currentUser={currentUser}>
<PrivateRoute isAuthorized={currentUser.authorized} />
</SocketProvider>
<PrivateRoute isAuthorized={currentUser.authorized} />
</ErrorBoundary>
}
>