mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Set default active tab to liquid network.
This commit is contained in:
parent
c256daf8c8
commit
71229b94c8
@ -3639,7 +3639,7 @@ export class ApiDocsComponent implements OnInit {
|
||||
};
|
||||
|
||||
this.network$.subscribe((network) => {
|
||||
this.active = (network === 'liquid') ? 1 : 0;
|
||||
this.active = (network === 'liquid') ? 2 : 0;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user