diff --git a/src/components/admin-lte/wallet/import.js b/src/components/admin-lte/wallet/import.js index cbb3ecd..d06bfdd 100644 --- a/src/components/admin-lte/wallet/import.js +++ b/src/components/admin-lte/wallet/import.js @@ -4,10 +4,7 @@ import { Row, Col, Box, Button, Inputs } 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 const { Text } = Inputs @@ -50,7 +47,7 @@ class ImportWallet extends React.Component {