mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
Fix navigate to sponsor when base module is not mempool
This commit is contained in:
parent
8d9a51a7c4
commit
154809f0f9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export class AboutComponent implements OnInit {
|
|||
}
|
||||
|
||||
sponsor() {
|
||||
if (this.officialMempoolSpace) {
|
||||
if (this.officialMempoolSpace && this.stateService.env.BASE_MODULE === 'mempool') {
|
||||
this.router.navigateByUrl('/sponsor');
|
||||
} else {
|
||||
this.showNavigateToSponsor = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue