Skip to content

Commit

Permalink
remove donation
Browse files Browse the repository at this point in the history
  • Loading branch information
simplycash committed Oct 16, 2018
1 parent c126359 commit 89c44f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/pages/more/more.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@
<ion-icon name="md-paper-plane"></ion-icon>
@simplycashgroup
</ion-item>
<ion-item (click)="pushSendPage()">{{ 'DONATE' | translate }}</ion-item>
</ion-list>
</ion-content>
6 changes: 0 additions & 6 deletions src/pages/more/more.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,4 @@ export class MorePage {
this.iab.create('https://t.me/simplycashgroup', '_system')
}

pushSendPage() {
this.navCtrl.push('SendPage', {
info: { outputs: [{ address: 'qr4ewh5fdsfn2k4extwlmkmm9wp0034k95s4rzr6xa' }] }
})
}

}

0 comments on commit 89c44f3

Please sign in to comment.