Skip to content

Commit 1ea16d5

Browse files
Update posts-list.component.html
1 parent ebe6b30 commit 1ea16d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/reader/_components/main-page/posts-list/posts-list.component.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@
8585
@for (post of posts(); track post.id) {
8686
<app-post-card [post]="post"></app-post-card>
8787
}
88-
@if (posts2) {
89-
@for (post of posts2; track post.id) {
90-
<app-post-card [post]="post"></app-post-card>
91-
}
92-
}
9388
</div>
9489
</div>
9590
</div>

0 commit comments

Comments
 (0)