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 6ed7eb0 commit e274d53Copy full SHA for e274d53
ui/src/components/Graph/modules/NodeStats.tsx
@@ -3,9 +3,6 @@ import { printBytes } from "@/utils";
3
import { FC, useMemo, useRef } from "react";
4
import { Cell, Pie, PieChart, ResponsiveContainer, Tooltip } from "recharts";
5
6
-interface ILabelProps {
7
-}
8
-
9
export const NodeStats: FC = () => {
10
const {
11
state: {
0 commit comments