Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #83 from andrerfneves/develop
Browse files Browse the repository at this point in the history
v0.4.1 Hotfix
  • Loading branch information
andrerfneves authored Feb 24, 2019
2 parents 5a36f2f + feb60ce commit 81c7fce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 22 deletions.
12 changes: 5 additions & 7 deletions __tests__/components/__snapshots__/transaction-item.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ exports[`<TransactionItem /> should render a transaction item correctly 1`] = `
send
</p>
<p
class="sc-kgoBCf bfmmtg sc-htpNat pRhzD"
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
>
16:31 PM
14:31 PM
</p>
</div>
</div>
<p
class="sc-chPdSV bQobpM sc-htpNat pRhzD"
class="sc-chPdSV dTXjho sc-htpNat pRhzD"
>
12345678912345678912...9123456789
123456789123456789123456789123456789
</p>
</div>
<div
Expand All @@ -45,13 +45,11 @@ exports[`<TransactionItem /> should render a transaction item correctly 1`] = `
>
<p
class="sc-htpNat jAbxuE"
color="#FF6C6C"
>
-ZEC 0.865
</p>
<p
class="sc-htpNat dhSLjI"
color="#5d5d65"
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
>
-USD $2.544
</p>
Expand Down
24 changes: 10 additions & 14 deletions __tests__/components/__snapshots__/transactions-daily.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ exports[`<TransactionDailyComponent /> render() should render user daily transac
receive
</p>
<p
class="sc-kgoBCf bfmmtg sc-htpNat pRhzD"
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
>
16:31 PM
14:31 PM
</p>
</div>
</div>
<p
class="sc-chPdSV bQobpM sc-htpNat pRhzD"
class="sc-chPdSV dTXjho sc-htpNat pRhzD"
>
12345678912345678912...9123456789
123456789123456789123456789123456789
</p>
</div>
<div
Expand All @@ -57,13 +57,11 @@ exports[`<TransactionDailyComponent /> render() should render user daily transac
>
<p
class="sc-htpNat dztgbW"
color="#6AEAC0"
>
+ZEC 1.789
</p>
<p
class="sc-htpNat dhSLjI"
color="#5d5d65"
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
>
+USD $2.406
</p>
Expand Down Expand Up @@ -94,16 +92,16 @@ exports[`<TransactionDailyComponent /> render() should render user daily transac
send
</p>
<p
class="sc-kgoBCf bfmmtg sc-htpNat pRhzD"
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
>
16:31 PM
14:31 PM
</p>
</div>
</div>
<p
class="sc-chPdSV bQobpM sc-htpNat pRhzD"
class="sc-chPdSV dTXjho sc-htpNat pRhzD"
>
12345678912345678912...9123456789
123456789123456789123456789123456789
</p>
</div>
<div
Expand All @@ -112,13 +110,11 @@ exports[`<TransactionDailyComponent /> render() should render user daily transac
>
<p
class="sc-htpNat jAbxuE"
color="#FF6C6C"
>
-ZEC 0.846
</p>
<p
class="sc-htpNat dhSLjI"
color="#5d5d65"
class="sc-kgoBCf goviHQ sc-htpNat pRhzD"
>
-USD $1.138
</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zec-react-wallet",
"version": "0.4.0",
"version": "0.4.1",
"description": "Zcash Reference Wallet",
"main": "config/main.js",
"license": "MIT",
Expand Down

0 comments on commit 81c7fce

Please sign in to comment.