Skip to content

Commit 737bfa8

Browse files
committed
refactor: remove comment
1 parent f550d22 commit 737bfa8

File tree

1 file changed

+0
-3
lines changed
  • apps/site/components/Downloads/DownloadReleasesTable

1 file changed

+0
-3
lines changed

apps/site/components/Downloads/DownloadReleasesTable/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ import FormattedTime from '@/components/Common/FormattedTime';
66
import DetailsButton from '@/components/Downloads/DownloadReleasesTable/DetailsButton';
77
import getReleaseData from '@/next-data/releaseData';
88

9-
// This is a React Async Server Component
10-
// Note that Hooks cannot be used in a RSC async component
11-
// Async Components do not get re-rendered at all.
129
const DownloadReleasesTable: FC = async () => {
1310
const releaseData = await getReleaseData();
1411

0 commit comments

Comments
 (0)