From d70d964d0c324c6303e5d5b54d93780ecd67a27d Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 2 Jul 2019 17:21:46 -0400 Subject: [PATCH] fix: wording on claim search filters --- src/ui/component/claimListDiscover/view.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ui/component/claimListDiscover/view.jsx b/src/ui/component/claimListDiscover/view.jsx index 9a34e40a9..6f9325650 100644 --- a/src/ui/component/claimListDiscover/view.jsx +++ b/src/ui/component/claimListDiscover/view.jsx @@ -22,7 +22,7 @@ const TYPE_TRENDING = 'trending'; const TYPE_TOP = 'top'; const TYPE_NEW = 'new'; const SEARCH_FILTER_TYPES = [SEARCH_SORT_YOU, SEARCH_SORT_CHANNELS, SEARCH_SORT_ALL]; -const SEARCH_TYPES = ['trending', 'top', 'new']; +const SEARCH_TYPES = [TYPE_TRENDING, TYPE_TOP, TYPE_NEW]; const SEARCH_TIMES = [TIME_DAY, TIME_WEEK, TIME_MONTH, TIME_YEAR, TIME_ALL]; type Props = { @@ -138,7 +138,9 @@ function ClaimListDiscover(props: Props) { {SEARCH_TIMES.map(time => ( ))}