Remove checkbox for expired UTXOs and add new tab
This commit is contained in:
@@ -17,4 +17,8 @@ export class FederationWalletComponent implements OnInit {
|
||||
ngOnInit(): void {
|
||||
}
|
||||
|
||||
isExpiredFragment(): boolean {
|
||||
return location.hash === '#expired';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user