From 4df1af17d492c3fadce36669135bfafe20cf4488 Mon Sep 17 00:00:00 2001 From: bastien ollier Date: Mon, 17 Jun 2024 14:02:14 +0200 Subject: [PATCH] update before merge --- src/app/recipe/recipe.component.ts | 1 - src/app/recipes/recipes.component.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/recipe/recipe.component.ts b/src/app/recipe/recipe.component.ts index 7b776c6..ec6c800 100644 --- a/src/app/recipe/recipe.component.ts +++ b/src/app/recipe/recipe.component.ts @@ -12,7 +12,6 @@ export class RecipeComponent { @Input() set id(id: string) { - console.log('test',this.recipes.get(0)); this.recipe = this.recipes.get(parseInt(id))!; } diff --git a/src/app/recipes/recipes.component.html b/src/app/recipes/recipes.component.html index 5ca2e51..602f7e1 100644 --- a/src/app/recipes/recipes.component.html +++ b/src/app/recipes/recipes.component.html @@ -39,6 +39,6 @@ + aria-label="Select page of recipes">