Commit 0bcaea13 authored by dev0tion's avatar dev0tion

Fix typo

parent 84c6388a
...@@ -61,7 +61,7 @@ export class DashboardComponent { ...@@ -61,7 +61,7 @@ export class DashboardComponent {
response => { response => {
if (response.status >= 200 && response.status < 400) { if (response.status >= 200 && response.status < 400) {
if (response.json().transactionsHistory.length > 0) { if (response.json().transactionsHistory.length > 0) {
this.transactions = response.json().transactionHistory; this.transactions = response.json().transactionsHistory;
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment