@@ -245,20 +245,20 @@ class Settings extends React.Component {
if (typeof _appConfig[key] === 'object') {
items.push(
);
for (let _key in _appConfig[key]) {
items.push(
-
+ |
{ _key }
|
-
+ |
- |
+ |
{ key }
|
-
+ |
+
@@ -338,37 +338,37 @@ class Settings extends React.Component {
- pubkey |
+ pubkey |
{ this.props.Main.activeHandle.pubkey }
|
- btcpubkey |
+ btcpubkey |
{ this.props.Main.activeHandle.btcpubkey }
|
- rmd160 |
+ rmd160 |
{ this.props.Main.activeHandle.rmd160 }
|
- NXT |
+ NXT |
{ this.props.Main.activeHandle.NXT }
|
- notary |
+ notary |
{ this.props.Main.activeHandle.notary }
|
- status |
+ status |
{ this.props.Main.activeHandle.status }
|
@@ -411,7 +411,7 @@ class Settings extends React.Component {
-
-
+
-
+
|