prop clean up
This commit is contained in:
parent
caaedf0335
commit
8016016c68
|
@ -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 New Issue