diff --git a/src/app/wallet/wallet/history/history.component.html b/src/app/wallet/wallet/history/history.component.html index 909c28ccf..d9c198dd0 100644 --- a/src/app/wallet/wallet/history/history.component.html +++ b/src/app/wallet/wallet/history/history.component.html @@ -1,6 +1,6 @@
- + diff --git a/src/app/wallet/wallet/history/history.component.ts b/src/app/wallet/wallet/history/history.component.ts index c1b4b9126..56a1e9526 100644 --- a/src/app/wallet/wallet/history/history.component.ts +++ b/src/app/wallet/wallet/history/history.component.ts @@ -46,6 +46,9 @@ export class HistoryComponent implements OnInit { type: undefined }; + // default tab is zero + public selectedTab: number = 0; + constructor() { this.default(); }