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 => ( ))}