From 08fedaa44dfad25711ea013a546c2ee6f8e36551 Mon Sep 17 00:00:00 2001 From: tanshu Date: Thu, 14 Jun 2018 16:39:13 +0530 Subject: [PATCH] Fix: Balance Sheet was not working --- overlord/src/app/balance-sheet/balance-sheet.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlord/src/app/balance-sheet/balance-sheet.component.ts b/overlord/src/app/balance-sheet/balance-sheet.component.ts index b5382466..c8f94a15 100644 --- a/overlord/src/app/balance-sheet/balance-sheet.component.ts +++ b/overlord/src/app/balance-sheet/balance-sheet.component.ts @@ -43,7 +43,7 @@ export class BalanceSheetComponent implements OnInit { show() { const info = this.getInfo(); - this.router.navigate(['BalanceSheet' + info.date]); + this.router.navigate(['BalanceSheet', info.date]); } getInfo(): BalanceSheet {