Check the open source code here. Check and/or change the
diff --git a/src/components/admin-lte/configure/index.js b/src/components/admin-lte/configure/index.js
index 08f3b35..d1b5878 100644
--- a/src/components/admin-lte/configure/index.js
+++ b/src/components/admin-lte/configure/index.js
@@ -1,48 +1,48 @@
-import React from "react"
-import PropTypes from "prop-types"
-import { Content, Row, Col, Box, Inputs, Button } from "adminlte-2-react"
-import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
-import BchWallet from "minimal-slp-wallet"
+import React from 'react'
+import PropTypes from 'prop-types'
+import { Content, Row, Col, Box, Inputs, Button } from 'adminlte-2-react'
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
+import BchWallet from 'minimal-slp-wallet'
const { Text } = Inputs
let _this
class Configure extends React.Component {
- constructor(props) {
+ constructor (props) {
super(props)
_this = this
this.state = {
- JWT: "",
- errMsg: "",
+ JWT: '',
+ errMsg: ''
}
_this.BchWallet = BchWallet
}
- render() {
+ render () {
return (
-
@@ -52,11 +52,11 @@ class Configure extends React.Component {
This is just a placeholder. This View will allow the user - to pick alternate back-end servers. The default will be{" "} + to pick alternate back-end servers. The default will be{' '} FullStack.cash @@ -67,37 +67,37 @@ class Configure extends React.Component {
{_this.state.errMsg}
+{_this.state.errMsg}
)}{_this.state.addr}
-{_this.state.errMsg}
+{_this.state.errMsg}
)} {_this.state.txId && ( -Transaction ID: {_this.state.txId}
+Transaction ID: {_this.state.txId}
)}+
Ticker: {token.ticker}
-+
Name: {token.name}
-+
Balance {token.qty}