Show (AUTO) in Node Selection (#1931)

This commit is contained in:
Daniel Ternyak 2018-06-11 17:54:36 -05:00 committed by GitHub
parent 59d2b73fad
commit 237c826141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export function getSelectedNodeLabel(state: AppState): INodeLabel {
); );
if (networkNodes.length > 1) { if (networkNodes.length > 1) {
info = `${networkNodes.length} Nodes`; info = 'AUTO';
} else { } else {
info = networkNodes[0].service; info = networkNodes[0].service;
} }