mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
updated missing line
This commit is contained in:
parent
6bee87ba04
commit
bf98e893fb
@ -202,7 +202,6 @@ class PostsView extends Component {
|
|||||||
if (posts.length < 5) {
|
if (posts.length < 5) {
|
||||||
setFeedPosts(_posts);
|
setFeedPosts(_posts);
|
||||||
}
|
}
|
||||||
// const postW = [..._posts];
|
|
||||||
|
|
||||||
if (promotedPosts && promotedPosts.length > 0) {
|
if (promotedPosts && promotedPosts.length > 0) {
|
||||||
promotedPosts.forEach((promotedItem, i) => {
|
promotedPosts.forEach((promotedItem, i) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user