mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 17:21:01 +00:00
Add chains overlay (#157)
* feat: Adding a show-all-chains button * feat: Show all-chains overlay selector
This commit is contained in:
@@ -81,7 +81,7 @@ export class Connection {
|
||||
public subscribe(chain: Types.ChainLabel) {
|
||||
if (this.state.subscribed != null && this.state.subscribed !== chain) {
|
||||
this.state = this.update({
|
||||
tabChanged: true,
|
||||
tab: 'list',
|
||||
});
|
||||
setHashData({ chain, tab: 'list' });
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user