Update details.js

This commit is contained in:
Marcos Rodriguez Velez 2024-06-08 23:34:32 -04:00 committed by Overtorment
parent 488889c027
commit 440c8000b9

View File

@ -287,6 +287,8 @@ const ReceiveDetails = () => {
const obtainWalletAddress = useCallback(async () => {
console.log('receive/details - componentDidMount');
wallet.setUserHasSavedExport(true);
await saveToDisk();
let newAddress;
if (address) {
setAddressBIP21Encoded(address);