fix new logger.error undefined

This commit is contained in:
keyan 2024-05-03 14:49:31 -05:00
parent a34c8dc7e9
commit cdeaa35ff4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function validateNarrowPerms (lnc) {
}
export function LNCProvider ({ children }) {
const logger = useWalletLogger(Wallet.LNC)
const { logger } = useWalletLogger(Wallet.LNC)
const [config, setConfig] = useState({})
const [lnc, setLNC] = useState()
const [status, setStatus] = useState()