dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
83 stars 39 forks source link

fix: ensures cache persists a page reload #588

Closed gdixon closed 2 years ago

gdixon commented 2 years ago

On page-load the network.value was undefined which caused the immediate watcher to clear the storage.

This PR corrects that behaviour and will ensure that the cache persists between page reloads.

--

Fixes: #587

--

Tested locally