Warp sync status display (#3045)

* Warp sync status display

* Add BlockStatus component (re-usable)
This commit is contained in:
Jaco Greeff
2016-11-01 22:43:22 +01:00
committed by Gav Wood
parent e6a486b647
commit efbbe507ee
7 changed files with 140 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ export function outSyncing (syncing) {
break;
case 'blockGap':
syncing[key] = syncing[key].map(outNumber);
syncing[key] = syncing[key] ? syncing[key].map(outNumber) : syncing[key];
break;
}
});