diff --git a/src/app/users/users.component.html b/src/app/users/users.component.html index d2363bb8d6..910c9f0b2e 100644 --- a/src/app/users/users.component.html +++ b/src/app/users/users.component.html @@ -95,4 +95,3 @@

All Users

-
{{message}}
diff --git a/src/app/users/users.component.ts b/src/app/users/users.component.ts index 3b76a72772..f1d3861394 100644 --- a/src/app/users/users.component.ts +++ b/src/app/users/users.component.ts @@ -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; } }