Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(channels): use currencyName in req_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMow committed Sep 20, 2018
1 parent bf433a5 commit 980baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Contacts/Network/Network.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class Network extends Component {
currentTicker={currentTicker}
fiatTicker={ticker.fiatTicker}
/>
<i>{ticker.currency.toUpperCase()}</i>
<i> {currencyName}</i>
</p>
</section>
</div>
Expand Down

0 comments on commit 980baae

Please sign in to comment.