Skip to content

Commit 35189ea

Browse files
author
soheil
committed
remove unnecessary comments
1 parent e19c674 commit 35189ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Staking/StakingStatsBox.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const NA_ERROR = "n/a"
1717
const ZERO = "0"
1818
const MAX_EFFECTIVE_BALANCE = 32
1919

20-
//TODO: check out borderLeftColor
2120
const Cell: React.FC<{ children: ReactNode }> = ({ children }) => {
2221
return (
2322
<Flex
@@ -40,7 +39,6 @@ const Cell: React.FC<{ children: ReactNode }> = ({ children }) => {
4039
)
4140
}
4241

43-
//TODO: code and title
4442
const Value: React.FC<{ children: ReactNode; title: string }> = ({
4543
children,
4644
title,
@@ -76,7 +74,6 @@ const Label: React.FC<{ children: ReactNode }> = ({ children }) => {
7674
)
7775
}
7876

79-
//TODO: size="16" hover, active and focus
8077
// BeaconchainTooltip component
8178
const BeaconchainTooltip = ({ isEthStore }: { isEthStore?: boolean }) => (
8279
<Tooltip

0 commit comments

Comments
 (0)