Skip to content

Commit 7c00a6d

Browse files
fix - posts manager design
1 parent 7b56a77 commit 7c00a6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.sourcemaps/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/posts-manager/posts-manager.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<ion-content>
1111
<header></header>
12-
<ion-row>
12+
<ion-row *ngIf="this.thereAreFlaggedPosts">
1313
<ion-col text-center>
1414
<h2>Reported Posts</h2>
1515
</ion-col>
1616
</ion-row>
17-
<div class="flagged-posts" *ngIf="this.thereAreFlaggedPosts">
17+
<div *ngIf="this.thereAreFlaggedPosts" class="flagged-posts">
1818
<ion-list>
1919
<ion-item (click)="viewPost(flaggedPost.id)" *ngFor="let flaggedPost of flaggedPosts">
2020
<ion-row text-center>

0 commit comments

Comments
 (0)