From 4eb8f97bc53ddd8fa29370bce08e543a890a7bf5 Mon Sep 17 00:00:00 2001 From: dgarrett01 Date: Sun, 27 Nov 2022 18:18:21 -0500 Subject: [PATCH] Forgot to add checkbox to claimListHeader --- ui/component/claimListHeader/view.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/component/claimListHeader/view.jsx b/ui/component/claimListHeader/view.jsx index 976e6288c..2c3330831 100644 --- a/ui/component/claimListHeader/view.jsx +++ b/ui/component/claimListHeader/view.jsx @@ -496,7 +496,11 @@ function ClaimListHeader(props: Props) { onClick={handleAdvancedReset} /> - )} + )} +
+ + {getHideWatchedElem()} +
)}