prop clean up

pull/26459/head^2
Paul Wackerow 2 years ago
parent caaedf0335
commit 8016016c68
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
  1. 2
      src/components/UI/downloads/DownloadsSection.tsx

@ -9,7 +9,7 @@ interface Props {
ariaLabel?: string;
}
export const DownloadsSection: FC<Props> = ({ children, Svg, ariaLabel, sectionTitle, id, showGopher }) => {
export const DownloadsSection: FC<Props> = ({ id, sectionTitle, children, Svg, ariaLabel }) => {
return (
<Stack border='2px solid' borderColor='primary' id={id}>
{Svg && (

Loading…
Cancel
Save