Skip to content

Commit 258968a

Browse files
committed
chore: unnecessary comment removed
1 parent 242b43e commit 258968a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/site/components/withReleaseSelect.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ type Navigations = Record<string, Array<{ label: string; value: string }>>;
1717
* formatted with the major version and codename if available.
1818
*/
1919
const groupReleasesByStatus = (releases: Array<NodeRelease>) => {
20-
// Group releases by status
2120
const groupedByStatus = releases.reduce((acc, release) => {
2221
const { status, major, codename, versionWithPrefix } = release;
2322

0 commit comments

Comments
 (0)