File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ const NA_ERROR = "n/a"
17
17
const ZERO = "0"
18
18
const MAX_EFFECTIVE_BALANCE = 32
19
19
20
- //TODO: check out borderLeftColor
21
20
const Cell : React . FC < { children : ReactNode } > = ( { children } ) => {
22
21
return (
23
22
< Flex
@@ -40,7 +39,6 @@ const Cell: React.FC<{ children: ReactNode }> = ({ children }) => {
40
39
)
41
40
}
42
41
43
- //TODO: code and title
44
42
const Value : React . FC < { children : ReactNode ; title : string } > = ( {
45
43
children,
46
44
title,
@@ -76,7 +74,6 @@ const Label: React.FC<{ children: ReactNode }> = ({ children }) => {
76
74
)
77
75
}
78
76
79
- //TODO: size="16" hover, active and focus
80
77
// BeaconchainTooltip component
81
78
const BeaconchainTooltip = ( { isEthStore } : { isEthStore ?: boolean } ) => (
82
79
< Tooltip
You can’t perform that action at this time.
0 commit comments