Prettier.
This commit is contained in:
parent
148be1debc
commit
ef49f55598
@ -40,7 +40,7 @@ export class RecipePageContent implements OnInit {
|
||||
protected readonly hasTiming = computed(() => {
|
||||
const recipe = this.recipeView().recipe;
|
||||
return !!recipe.preparationTime || !!recipe.cookingTime || !!recipe.totalTime;
|
||||
})
|
||||
});
|
||||
|
||||
public ngOnInit(): void {
|
||||
const recipe = this.recipeView().recipe;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user