diff --git a/src/app/dashboard/transaction-log.component.html b/src/app/dashboard/transaction-log.component.html index f415a96..c617837 100644 --- a/src/app/dashboard/transaction-log.component.html +++ b/src/app/dashboard/transaction-log.component.html @@ -101,7 +101,7 @@
Log of Outgoing Transactions This lists all purchases that have been submitted. -
diff --git a/src/app/dashboard/transaction-log.component.ts b/src/app/dashboard/transaction-log.component.ts index 17ae75a..ec0984e 100644 --- a/src/app/dashboard/transaction-log.component.ts +++ b/src/app/dashboard/transaction-log.component.ts @@ -29,6 +29,7 @@ export class TransactionLogComponent implements OnInit { transactionFormStatusSuccess: string; transactionFormStatusError = 'Error received, please try again.'; updatedTime: string; + accountType: any; showMeta = false; public paginateConfig: PaginationInstance = { @@ -58,6 +59,7 @@ export class TransactionLogComponent implements OnInit { ngOnInit(): void { this.loadTransactions(1); + this.accountType = localStorage.getItem('usertype'); } loadTransactions(logPage: number) { diff --git a/src/app/layouts/full-layout.component.html b/src/app/layouts/full-layout.component.html index 31e297a..7dec667 100644 --- a/src/app/layouts/full-layout.component.html +++ b/src/app/layouts/full-layout.component.html @@ -38,7 +38,7 @@ - - -