diff --git a/app/kubernetes/react/components/index.ts b/app/kubernetes/react/components/index.ts index 242e9fe36..21201c221 100644 --- a/app/kubernetes/react/components/index.ts +++ b/app/kubernetes/react/components/index.ts @@ -112,9 +112,7 @@ export const ngModule = angular .component( 'applicationEventsDatatable', r2a( - withUIRouter( - withReactQuery(withUserProvider(ApplicationEventsDatatable)) - ), + withUIRouter(withReactQuery(withCurrentUser(ApplicationEventsDatatable))), [] ) )