Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
Saelmala committed Aug 23, 2024
1 parent fd69578 commit f31a8a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/filter/FilterDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,30 +277,30 @@ function FilterDropdown({
</div>
<div className="flex flex-row">
<input
id="showSelectedCheckbox"
id="showSrtCheckbox"
type="checkbox"
className="flex ml-2 w-4 justify-center rounded-lg text-zinc-300"
checked={showSrtType}
onChange={showSelectedSrtType}
/>
<label
className="ml-2 mt-1 text-left text-zinc-300"
htmlFor="showSelectedCheckbox"
htmlFor="showSrtCheckbox"
>
SRT
</label>
</div>
<div className="flex flex-row">
<input
id="showSelectedCheckbox"
id="showBmdCheckbox"
type="checkbox"
className="flex ml-2 w-4 justify-center rounded-lg text-zinc-300"
checked={showBmdType}
onChange={showSelectedBmdType}
/>
<label
className="ml-2 mt-1 text-left text-zinc-300"
htmlFor="showSelectedCheckbox"
htmlFor="showBmdCheckbox"
>
SDI/HDMI
</label>
Expand Down

0 comments on commit f31a8a8

Please sign in to comment.