From 64f53271cdb3a30f270d5f2684d383abc63728f3 Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Tue, 29 May 2018 19:16:34 -0400 Subject: [PATCH] - fixes --- src/pages/grid/grid.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/grid/grid.ts b/src/pages/grid/grid.ts index 3570b99..029ab53 100644 --- a/src/pages/grid/grid.ts +++ b/src/pages/grid/grid.ts @@ -28,10 +28,6 @@ export class GridPage { this.tabNavEl.style.display = 'flex'; } - doTellStory() { - this.navCtrl.push(TellYourStoryPage); - } - getBackgroundThumbnail(pics) { return this._sanitizer.bypassSecurityTrustStyle('url(https://appsby.fitz.guru/urge/' + pics.thumb + ')'); }