AvailX / avail-wallet

An open source, private, self-custodial wallet. Built on the Aleo network.
https://avail.global
Apache License 2.0
20 stars 7 forks source link

Temporary fix for homepage crash #55

Closed dev-blc closed 7 months ago

dev-blc commented 7 months ago

Logs

Home page errors once the scan is complete. The scan percentage value returned from the client backend might have caused this issue. NOTE - The network is also choppy so that is a factor too

Screenshot

screenshot_2024-03-19_at_11 49 20___pm_720

Fix

Just handling it when the value might be undefined or null, a temp fix for now