From c14a3b065880133ee228c702e3b77331611f2554 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 7 Oct 2016 13:52:55 -0300 Subject: [PATCH] Fix tab-home --- www/views/tab-home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/views/tab-home.html b/www/views/tab-home.html index 32dfafe21..a072aa704 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -100,7 +100,7 @@

BitPay Visa® Card

-

{{!cardsHistory[card.id].balance ? '$' + cardsHistory[card.id].balance : 'Add funds to get started'|translate}}

+

{{cardsHistory[card.id].balance ? '$' + cardsHistory[card.id].balance : 'Add funds to get started'|translate}}