Skip to content

Commit

Permalink
Unexpected white bar removed (fixes #429) (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
razu9861 authored and lmmrssa committed Feb 27, 2018
1 parent 45505ed commit b7ee5cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/users/users.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ <h1 i18n>All Users</h1>
</mat-table>
<mat-paginator #paginator [pageSize]="10" [pageSizeOptions]="[5, 10, 20]"></mat-paginator>
</div>
<div class="view-container">{{message}}</div>
1 change: 0 additions & 1 deletion src/app/users/users.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class UsersComponent implements OnInit, AfterViewInit {
} else {
// A non-admin user cannot receive all user docs
this.planetMessageService.showAlert('Access restricted to admins');
this.displayTable = false;
}
}

Expand Down

0 comments on commit b7ee5cd

Please sign in to comment.