From 8016016c68b1f1c8ce583b5581d2e67c171cf3ee Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Wed, 16 Nov 2022 13:11:54 -0800 Subject: [PATCH] prop clean up --- src/components/UI/downloads/DownloadsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UI/downloads/DownloadsSection.tsx b/src/components/UI/downloads/DownloadsSection.tsx index 3fbd8a5634..fab037b119 100644 --- a/src/components/UI/downloads/DownloadsSection.tsx +++ b/src/components/UI/downloads/DownloadsSection.tsx @@ -9,7 +9,7 @@ interface Props { ariaLabel?: string; } -export const DownloadsSection: FC = ({ children, Svg, ariaLabel, sectionTitle, id, showGopher }) => { +export const DownloadsSection: FC = ({ id, sectionTitle, children, Svg, ariaLabel }) => { return ( {Svg && (