diff --git a/README.md b/README.md index cb254ef..4724399 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Free meal planner for cooks short on ideas! (like me …) - Recipes in Video - Get a full menu (Starter, Main, Dessert + Cocktail) - Send a daily suggestion to newsletter +- History ## Supports @@ -83,5 +84,5 @@ Free meal planner for cooks short on ideas! (like me …) - put a preloader - visual styling -- route bad request to notFOund (exple: /categories/string) +- route bad request to notFOund (exple: /categories/string, when search results is null) - add sidenav on mobile diff --git a/src/components/CategoryEntry.js b/src/components/CategoryEntry.js index c48bd9d..8003c97 100644 --- a/src/components/CategoryEntry.js +++ b/src/components/CategoryEntry.js @@ -18,10 +18,11 @@ const CategoryEntry = props => {
{strCategoryDescription}