fix orgs load

This commit is contained in:
Kyle Spearrin 2018-07-12 09:14:20 -04:00
parent 59aaa07e3b
commit ed381bcf0a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export class OrganizationsComponent implements OnInit {
private syncService: SyncService) { }
async ngOnInit() {
if (this.vault) {
if (!this.vault) {
await this.load();
}
}