Skip to content

Commit e274d53

Browse files
committed
Fix linting error causing build failure
1 parent 6ed7eb0 commit e274d53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/src/components/Graph/modules/NodeStats.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import { printBytes } from "@/utils";
33
import { FC, useMemo, useRef } from "react";
44
import { Cell, Pie, PieChart, ResponsiveContainer, Tooltip } from "recharts";
55

6-
interface ILabelProps {
7-
}
8-
96
export const NodeStats: FC = () => {
107
const {
118
state: {

0 commit comments

Comments
 (0)