diff --git a/src/components/admin-lte/send-receive/send.js b/src/components/admin-lte/send-receive/send.js index 9c35c1f..1e7a7e7 100644 --- a/src/components/admin-lte/send-receive/send.js +++ b/src/components/admin-lte/send-receive/send.js @@ -6,10 +6,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import ScannerModal from '../../qr-scanner/modal' const { Text } = Inputs -const BchWallet = -typeof window !== 'undefined' - ? window.SlpWallet - : null +const BchWallet = typeof window !== 'undefined' ? window.SlpWallet : null let _this class Send extends React.Component { @@ -38,57 +35,57 @@ class Send extends React.Component { - +

Send

- + } />