diff --git a/src/app/pages/recipe-page/recipe-page-content/recipe-page-content.html b/src/app/pages/recipe-page/recipe-page-content/recipe-page-content.html
index 7abb564..e7a092c 100644
--- a/src/app/pages/recipe-page/recipe-page-content/recipe-page-content.html
+++ b/src/app/pages/recipe-page/recipe-page-content/recipe-page-content.html
@@ -38,5 +38,5 @@
/>
}
-
+
diff --git a/src/app/shared/components/recipe-comments-list/recipe-comments-list.ts b/src/app/shared/components/recipe-comments-list/recipe-comments-list.ts
index 9f0dfbc..d6189df 100644
--- a/src/app/shared/components/recipe-comments-list/recipe-comments-list.ts
+++ b/src/app/shared/components/recipe-comments-list/recipe-comments-list.ts
@@ -7,7 +7,7 @@ import { RecipeComments } from '../../models/RecipeComment.model';
import { DateTimeFormatPipe } from '../../pipes/dateTimeFormat.pipe';
@Component({
- selector: 'app-comments-list',
+ selector: 'app-recipe-comments-list',
imports: [ReactiveFormsModule, DateTimeFormatPipe],
templateUrl: './recipe-comments-list.html',
styleUrl: './recipe-comments-list.css',