diff --git a/app/kubernetes/react/components/index.ts b/app/kubernetes/react/components/index.ts index c45e66eb1..21cbee050 100644 --- a/app/kubernetes/react/components/index.ts +++ b/app/kubernetes/react/components/index.ts @@ -16,7 +16,6 @@ import { ApplicationSummaryWidget, ApplicationDetailsWidget, } from '@/react/kubernetes/applications/DetailsView'; -import { withUserProvider } from '@/react/test-utils/withUserProvider'; import { withFormValidation } from '@/react-tools/withFormValidation'; import { withCurrentUser } from '@/react-tools/withCurrentUser'; @@ -104,7 +103,7 @@ export const ngModule = angular .component( 'applicationDetailsWidget', r2a( - withUIRouter(withReactQuery(withUserProvider(ApplicationDetailsWidget))), + withUIRouter(withReactQuery(withCurrentUser(ApplicationDetailsWidget))), [] ) );