Make address graph prefer "recent" mode by default

This commit is contained in:
Mononaut
2024-05-31 17:20:07 +00:00
parent ea1629fba8
commit 37725bb341
2 changed files with 3 additions and 1 deletions

View File

@@ -182,6 +182,8 @@ export class AddressComponent implements OnInit, OnDestroy {
if (!this.showBalancePeriod()) {
this.setBalancePeriod('all');
} else {
this.setBalancePeriod('1m');
}
},
(error) => {