Merge branch 'release/2.0.1'

This commit is contained in:
2018-05-29 00:37:55 -04:00

View File

@@ -18,7 +18,7 @@ export class GridPage {
tabNavEl: any; tabNavEl: any;
constructor(public navCtrl: NavController, public profileService: ProfileService, private _sanitizer: DomSanitizer) { constructor(public navCtrl: NavController, public profileService: ProfileService, private _sanitizer: DomSanitizer) {
profileService.load().then((data) => { profileService.loadVerified().then((data) => {
this.profiles = data; this.profiles = data;
}); });
this.tabNavEl = document.querySelector('#tab-nav .tabbar'); this.tabNavEl = document.querySelector('#tab-nav .tabbar');