Forgot to add checkbox to claimListHeader
This commit is contained in:
parent
63ccfc1304
commit
4eb8f97bc5
1 changed files with 5 additions and 1 deletions
|
@ -497,6 +497,10 @@ function ClaimListHeader(props: Props) {
|
|||
/>
|
||||
</div>
|
||||
)}
|
||||
<div className={'checkbox-label'}>
|
||||
<label>Hide Watched Content</label>
|
||||
{getHideWatchedElem()}
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue