-
+
{strCategory}
{strCategoryDescription}
diff --git a/src/components/SearchBar.js b/src/components/SearchBar.js
index 6246423..5ec3f3c 100644
--- a/src/components/SearchBar.js
+++ b/src/components/SearchBar.js
@@ -5,7 +5,7 @@ const SearchBar = props => {
return (
{
/>
diff --git a/src/pages/CategoryList.js b/src/pages/CategoryList.js
index 15a7613..9970864 100644
--- a/src/pages/CategoryList.js
+++ b/src/pages/CategoryList.js
@@ -15,7 +15,7 @@ const CategoryListPage = props => {
The Chef's Meal Categories
{categories.map((category, i) => (
-
+
))}
diff --git a/src/pages/Search.js b/src/pages/Search.js
index e4b13b8..562aa76 100644
--- a/src/pages/Search.js
+++ b/src/pages/Search.js
@@ -5,7 +5,6 @@ const SearchPage = props => {
const { meals } = props.searchResults;
const { searchString } = props;
- // console.log(meals[0]);
return (