Skip to content

Commit 8fec6f5

Browse files
avivkellerCopilot
andauthored
Update apps/site/components/withReleaseSelect.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 3226a09 commit 8fec6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/components/withReleaseSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type WithReleaseSelectProps = Omit<
4141
'values' | 'as'
4242
>;
4343

44-
const WithReleaseSelect: FC<WithReleaseSelectProps> = async ({ ...props }) => {
44+
const WithReleaseSelect: FC<WithReleaseSelectProps> = ({ ...props }) => {
4545
const releaseData = provideReleaseData();
4646
const navigation = groupReleasesByStatus(releaseData);
4747

0 commit comments

Comments
 (0)