Added trending_hashtags to redux to fetch on isXS in SearchLayout

• Added:
- trending_hashtags to redux to fetch on isXS in SearchLayout

• Removed:
- trending_hashtags from initial state
This commit is contained in:
mgabdev
2021-01-15 15:36:14 -05:00
parent f7b061845e
commit 2cd09a8e72
5 changed files with 134 additions and 29 deletions

View File

@@ -52,6 +52,7 @@ import suggestions from './suggestions'
import timelines from './timelines'
import timeline_injections from './timeline_injections'
import toasts from './toasts'
import trending_hashtags from './trending_hashtags'
import user from './user'
import user_lists from './user_lists'
@@ -109,6 +110,7 @@ const reducers = {
timelines,
timeline_injections,
toasts,
trending_hashtags,
user,
user_lists,
}