diff --git a/client/src/components/nodeStatusChart.tsx b/client/src/components/nodeStatusChart.tsx
index f2b8eca..b23bdb8 100644
--- a/client/src/components/nodeStatusChart.tsx
+++ b/client/src/components/nodeStatusChart.tsx
@@ -28,6 +28,7 @@ export default function NodeStatusChart({items}: {items?: Node[]}) {
return (
+ {/* eslint-disable-next-line no-nested-ternary */}
{prometheusData.length ? (
+ {/* eslint-disable-next-line no-nested-ternary */}
{prometheusData.length ? (
+ {/* eslint-disable-next-line no-nested-ternary */}
{prometheusData.length ? (
- {
- prometheusData.length ? (
-
- ) : items && available ? (
-
- ) : (
-
- )
- }
+ {/* eslint-disable-next-line no-nested-ternary */}
+ {prometheusData.length ? (
+
+ ) : items && available ? (
+
+ ) : (
+
+ )}
Pods
Ready vs Requested