mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 21:35:04 +03:00
fixed login posts issue
This commit is contained in:
parent
98294f8b93
commit
b9384eb829
@ -181,7 +181,9 @@ const PostsContainer = ({
|
||||
console.log('New state:', state);
|
||||
|
||||
//dispatch to redux
|
||||
if (filter === state.currentFilter) {
|
||||
if (
|
||||
filter === (state.currentFilter !== 'feed' ? state.currentFilter : state.currentSubFilter)
|
||||
) {
|
||||
_setFeedPosts(_posts);
|
||||
}
|
||||
return state;
|
||||
|
Loading…
Reference in New Issue
Block a user