Fix category saving

Signed-off-by: Billy Brawner <billy@wbrawner.com>
This commit is contained in:
Billy Brawner 2019-05-04 18:31:52 -07:00
parent 8d843473e2
commit 71da5bd9e7

View file

@ -50,7 +50,7 @@ export class AddEditCategoryComponent implements OnInit, Actionable, OnDestroy {
observable = this.categoryService.createCategory(
this.accountId,
this.currentCategory.name,
this.currentCategory.amount
this.currentCategory.amount * 100
);
}
observable.subscribe(val => {