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 a43c1b9 commit 7338c54Copy full SHA for 7338c54
2 files changed
test/MaxDetailOptions.tsx
@@ -40,7 +40,6 @@ export default function MaxDetailOptions({
40
type="radio"
41
value={view}
42
/>
43
- {/* biome-ignore lint/a11y/noLabelWithoutControl: Pinky promise this label won't ever be empty */}
44
<label htmlFor={`max-${view}`}>{upperCaseFirstLetter(view)}</label>
45
</div>
46
))}
test/MinDetailOptions.tsx
@@ -40,7 +40,6 @@ export default function MinDetailOptions({
<label htmlFor={`min-${view}`}>{upperCaseFirstLetter(view)}</label>
0 commit comments