Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pass default stamp space avatar address (#158)
It's usually it's set to space address but when creating new space we don't have space ID yet. Before it was passed as undefined, which worked (ignoring Vue warning), but now it fails as we try to format address. This PR replaces undefined with valid address.
- Loading branch information