Warp sync status display (#3045)
* Warp sync status display * Add BlockStatus component (re-usable)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user