diff --git a/src/pages/grid/grid.ts b/src/pages/grid/grid.ts index 037729b..17c8dbd 100644 --- a/src/pages/grid/grid.ts +++ b/src/pages/grid/grid.ts @@ -18,7 +18,7 @@ export class GridPage { tabNavEl: any; constructor(public navCtrl: NavController, public profileService: ProfileService, private _sanitizer: DomSanitizer) { - profileService.load().then((data) => { + profileService.loadVerified().then((data) => { this.profiles = data; }); this.tabNavEl = document.querySelector('#tab-nav .tabbar');