mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 22:03:21 +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);
|
console.log('New state:', state);
|
||||||
|
|
||||||
//dispatch to redux
|
//dispatch to redux
|
||||||
if (filter === state.currentFilter) {
|
if (
|
||||||
|
filter === (state.currentFilter !== 'feed' ? state.currentFilter : state.currentSubFilter)
|
||||||
|
) {
|
||||||
_setFeedPosts(_posts);
|
_setFeedPosts(_posts);
|
||||||
}
|
}
|
||||||
return state;
|
return state;
|
||||||
|
Loading…
Reference in New Issue
Block a user