Browse Source
Merge pull request #797 from LN-Zap/fix/receive-amount-unit
fix(channels): use currencyName in req_limit
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/components/Contacts/Network/Network.js
|
|
@ -339,7 +339,7 @@ class Network extends Component { |
|
|
|
currentTicker={currentTicker} |
|
|
|
fiatTicker={ticker.fiatTicker} |
|
|
|
/> |
|
|
|
<i>{ticker.currency.toUpperCase()}</i> |
|
|
|
<i> {currencyName}</i> |
|
|
|
</p> |
|
|
|
</section> |
|
|
|
</div> |
|
|
|