diff --git a/store/wallet.ts b/store/wallet.ts index 72d17047..66c1e001 100644 --- a/store/wallet.ts +++ b/store/wallet.ts @@ -12,9 +12,7 @@ let restoreSessionPromise: any = null async function getLikeCoinWalletLib() { if (!likecoinWalletLib) { - likecoinWalletLib = await import( - /* webpackChunkName: "likecoin_wallet" */ '@likecoin/wallet-connector' - ) + likecoinWalletLib = await import(/* webpackChunkName: "likecoin_wallet" */ '@likecoin/wallet-connector') } return likecoinWalletLib }