Skip to content

Commit e4debc2

Browse files
committed
fix: rm faded
1 parent 4b547e2 commit e4debc2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/VDisk/VDisk.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export interface VDiskProps {
2222
nodes?: NodesMap;
2323
compact?: boolean;
2424
inactive?: boolean;
25-
faded?: boolean;
2625
showPopup?: boolean;
2726
onShowPopup?: VoidFunction;
2827
onHidePopup?: VoidFunction;
@@ -34,7 +33,6 @@ export const VDisk = ({
3433
nodes,
3534
compact,
3635
inactive,
37-
faded,
3836
showPopup,
3937
onShowPopup,
4038
onHidePopup,
@@ -91,7 +89,6 @@ export const VDisk = ({
9189
diskAllocatedPercent={data.AllocatedPercent}
9290
severity={data.Severity}
9391
compact={compact}
94-
faded={faded}
9592
inactive={inactive}
9693
className={progressBarClassName}
9794
/>

0 commit comments

Comments
 (0)