Skip to content

Commit

Permalink
fix quality checks (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: Lazy Nina <>
  • Loading branch information
lazynina authored Nov 26, 2023
1 parent c69817b commit 0b1b26a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/derive/derive.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export class DeriveComponent implements OnInit {
ngOnInit(): void {
// Load profile pictures and usernames
const publicKeys = this.accountService.getPublicKeys();
this.hasUsers = publicKeys.length > 0;

this.backendApi
.GetAppState()
Expand Down

0 comments on commit 0b1b26a

Please sign in to comment.