We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7ab98 commit bdf5ce9Copy full SHA for bdf5ce9
apps/site/components/EOL/EOLReleaseTable/TableClient.tsx
@@ -35,7 +35,7 @@ const EOLReleaseTableClient: FC<EOLReleaseTableBodyProps> = ({
35
<Switch
36
label={t('components.eolTable.hideNonLts')}
37
checked={hideNonLts}
38
- onCheckedChange={() => setHideNonLts(!hideNonLts)}
+ onCheckedChange={setHideNonLts}
39
/>
40
<table id="tbVulnerabilities">
41
<thead>
0 commit comments