From 294866fb4b4ec123f17118fece196f508013eae8 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Sun, 11 Apr 2021 15:53:36 +0800 Subject: [PATCH] Search: fix 'x' appearing incorrectly - Need to handle the 'undefined' case. The change will cover undefined, null and blank string (blank string === 'All'). --- ui/component/searchOptions/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/searchOptions/view.jsx b/ui/component/searchOptions/view.jsx index ac1216f18..7d6250147 100644 --- a/ui/component/searchOptions/view.jsx +++ b/ui/component/searchOptions/view.jsx @@ -188,7 +188,7 @@ const SearchOptions = (props: Props) => {