You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(explorer): avoid showing results of names with no linked address (#8404)
# Description of change
When searching for a valid name with unset address, the explorer shows a
blank result, which redirects to an invalid page if you click on it.
## Links to any relevant issues
Fixes#8395
## How the change has been tested
- [ ] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [ ] Patch-specific tests (correctness, functionality coverage)
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have checked that new and existing unit tests pass locally with
my changes
Co-authored-by: Marc Espin <[email protected]>
0 commit comments