diff --git a/public/views/buyCoinbase.html b/public/views/buyCoinbase.html index ce7eb33dd..553a6a6b0 100644 --- a/public/views/buyCoinbase.html +++ b/public/views/buyCoinbase.html @@ -1,5 +1,5 @@ -
@@ -9,13 +9,7 @@
Coinbase has not yet implemented an immediate method to sell bitcoin from a wallet. To make this sale, funds will be sent to your Coinbase account, and sold when Coinbase accepts the transaction (usually one hour).
Estimated sale value: {{sell.sellPrice.amount * amount | currency : 'USD ' : 2}}
- Still sell if price fall until:
+ Still sell if price fall until:
{{(sell.sellPrice.amount - (selectedPriceSensitivity.value / 100) * sell.sellPrice.amount) * amount | currency : 'USD ' : 2}}