Chore: ng lint using the recommended @angular-eslint style
This commit is contained in:
@ -83,7 +83,9 @@ export class UpdateProductPricesComponent implements OnInit {
|
||||
show() {
|
||||
const info = this.getInfo();
|
||||
const route = ['update-product-prices'];
|
||||
if (info.menuCategoryId !== null) route.push(info.menuCategoryId as string);
|
||||
if (info.menuCategoryId !== null) {
|
||||
route.push(info.menuCategoryId as string);
|
||||
}
|
||||
this.router.navigate(route, {
|
||||
queryParams: {
|
||||
date: info.date,
|
||||
|
||||
Reference in New Issue
Block a user