diff --git a/src/components/admin-lte/wallet/create.js b/src/components/admin-lte/wallet/create.js index 3c0a10f..d0a55e8 100644 --- a/src/components/admin-lte/wallet/create.js +++ b/src/components/admin-lte/wallet/create.js @@ -4,10 +4,7 @@ import { Row, Col, Box, Button } from 'adminlte-2-react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' // import BchWallet from 'minimal-slp-wallet' -const BchWallet = - typeof window !== 'undefined' - ? window.SlpWallet - : null +const BchWallet = typeof window !== 'undefined' ? window.SlpWallet : null let _this class NewWallet extends React.Component { @@ -29,31 +26,31 @@ class NewWallet extends React.Component { - +

New Wallet

- +