diff --git a/src/pages/buy/buy.ts b/src/pages/buy/buy.ts index fe6213d..58b2b96 100644 --- a/src/pages/buy/buy.ts +++ b/src/pages/buy/buy.ts @@ -25,7 +25,7 @@ export class BuyPage { sendTransaction($amount) { //TODO : Contacter l'API et proposer la transaction. L'API répondra true ou False - if (true) { + if (true === true) { this.navCtrl.popToRoot(); } else { diff --git a/src/pages/home/home.html b/src/pages/home/home.html index 866c668..977b105 100644 --- a/src/pages/home/home.html +++ b/src/pages/home/home.html @@ -30,7 +30,7 @@ - + diff --git a/src/pages/send/send.html b/src/pages/send/send.html index e0d7e8a..7267531 100644 --- a/src/pages/send/send.html +++ b/src/pages/send/send.html @@ -7,7 +7,7 @@ - send + Effectuer un virement