Browse Source

updated change.log

all-modes
pbca26 8 years ago
parent
commit
75eff7c7ef
  1. 10
      react/change.log
  2. 1
      react/src/components/dashboard/walletsBalance/walletsBalance.render.js

10
react/change.log

@ -1,6 +1,14 @@
v0.2.0.21a-beta
--------------
UI:
- fixed transaction info modal bug
- full mode is disabled on windows
- fixed BTC add coin bug
- updated login form
v0.2.0.2a-beta
--------------
front:
UI:
- fixed native t to t bug that led to interest loss
- added pending request(s) spinner
- added missing native z_balance api call for z-addresses

1
react/src/components/dashboard/walletsBalance/walletsBalance.render.js

@ -22,7 +22,6 @@ const WalletsBalanceRender = function() {
</div>
<div className={ this.isNativeMode() ? 'col-lg-3 col-xs-12' : this.isBasiliskMode() ? 'col-lg-4 col-xs-12' : 'col-lg-12 col-xs-12'}>
<div className="widget widget-shadow">
<div className="widget-content">
<div className="padding-20 padding-top-10">

Loading…
Cancel
Save