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
parent
commit
6f9863b85f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/Contacts/Network/Network.js

2
app/components/Contacts/Network/Network.js

@ -339,7 +339,7 @@ class Network extends Component {
currentTicker={currentTicker} currentTicker={currentTicker}
fiatTicker={ticker.fiatTicker} fiatTicker={ticker.fiatTicker}
/> />
<i>{ticker.currency.toUpperCase()}</i> <i> {currencyName}</i>
</p> </p>
</section> </section>
</div> </div>

Loading…
Cancel
Save