We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfef65b commit de88cd0Copy full SHA for de88cd0
src/containers/AppWithClusters/useClusterData.ts
@@ -31,10 +31,7 @@ export function useClusterData() {
31
export function useAdditionalNodeProps({balancer}: {balancer?: string}) {
32
const [useClusterBalancerAsBackend] = useSetting<boolean>(USE_CLUSTER_BALANCER_AS_BACKEND_KEY);
33
34
- const additionalNodesProps = getAdditionalNodesProps({
35
- balancer,
36
- useClusterBalancerAsBackend,
37
- });
+ const additionalNodesProps = getAdditionalNodesProps({balancer, useClusterBalancerAsBackend});
38
39
return {additionalNodesProps, useClusterBalancerAsBackend};
40
}
0 commit comments