prop clean up

This commit is contained in:
Paul Wackerow 2022-11-16 13:11:54 -08:00
parent caaedf0335
commit 8016016c68
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
1 changed files with 1 additions and 1 deletions

View File

@ -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 && (