Fix wallet save
This commit is contained in:
parent
b608fb6848
commit
a0d33a23f3
|
@ -13,7 +13,7 @@ export function useWalletConfigurator (wallet) {
|
|||
const { me } = useMe()
|
||||
const { reloadLocalWallets } = useWallets()
|
||||
const { encrypt, isActive } = useVault()
|
||||
const { logger } = useWalletLogger(wallet?.def)
|
||||
const logger = useWalletLogger(wallet?.def)
|
||||
const [upsertWallet] = useMutation(generateMutation(wallet?.def))
|
||||
const [removeWallet] = useMutation(REMOVE_WALLET)
|
||||
|
||||
|
|
Loading…
Reference in New Issue