Forgot to add checkbox to claimListHeader

This commit is contained in:
dgarrett01 2022-11-27 18:18:21 -05:00
parent 63ccfc1304
commit 4eb8f97bc5

View file

@ -496,7 +496,11 @@ function ClaimListHeader(props: Props) {
onClick={handleAdvancedReset}
/>
</div>
)}
)}
<div className={'checkbox-label'}>
<label>Hide Watched Content</label>
{getHideWatchedElem()}
</div>
</div>
</>
)}