removed hot filter

This commit is contained in:
ue 2019-11-10 00:09:12 +03:00
parent 49e032dd79
commit 16ba0364dd
2 changed files with 3 additions and 2 deletions

View File

@ -120,6 +120,7 @@ export default EStyleSheet.create({
scrollContainer: {
flex: 1,
backgroundColor: '$primaryBackgroundColor',
marginBottom: 60,
},
popoverDetails: {
flexDirection: 'row',

View File

@ -1,5 +1,5 @@
export const POPULAR_FILTERS = ['TRENDING', 'HOT', 'NEW', 'PROMOTED'];
export const POPULAR_FILTERS_VALUE = ['trending', 'hot', 'created', 'promoted'];
export const POPULAR_FILTERS = ['TRENDING', 'NEW', 'PROMOTED'];
export const POPULAR_FILTERS_VALUE = ['trending', 'created', 'promoted'];
export const PROFILE_FILTERS = ['BLOG', 'FEED'];
export const PROFILE_FILTERS_VALUE = ['blog', 'feed'];