mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 13:59:26 +00:00
prop clean up
This commit is contained in:
parent
caaedf0335
commit
8016016c68
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ interface Props {
|
||||||
ariaLabel?: string;
|
ariaLabel?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const DownloadsSection: FC<Props> = ({ children, Svg, ariaLabel, sectionTitle, id, showGopher }) => {
|
export const DownloadsSection: FC<Props> = ({ id, sectionTitle, children, Svg, ariaLabel }) => {
|
||||||
return (
|
return (
|
||||||
<Stack border='2px solid' borderColor='primary' id={id}>
|
<Stack border='2px solid' borderColor='primary' id={id}>
|
||||||
{Svg && (
|
{Svg && (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue