Skip to content

Commit 7338c54

Browse files
committed
Remove unnecessary biome-ignore
1 parent a43c1b9 commit 7338c54

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

test/MaxDetailOptions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export default function MaxDetailOptions({
4040
type="radio"
4141
value={view}
4242
/>
43-
{/* biome-ignore lint/a11y/noLabelWithoutControl: Pinky promise this label won't ever be empty */}
4443
<label htmlFor={`max-${view}`}>{upperCaseFirstLetter(view)}</label>
4544
</div>
4645
))}

test/MinDetailOptions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export default function MinDetailOptions({
4040
type="radio"
4141
value={view}
4242
/>
43-
{/* biome-ignore lint/a11y/noLabelWithoutControl: Pinky promise this label won't ever be empty */}
4443
<label htmlFor={`min-${view}`}>{upperCaseFirstLetter(view)}</label>
4544
</div>
4645
))}

0 commit comments

Comments
 (0)