- Fix for verified profiles

This commit is contained in:
2018-05-29 00:37:30 -04:00
parent 8fd37ec556
commit 01ed427b54

View File

@@ -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');