I have a selectors folder with the selector.js file
const isRecipeFavorited = state => recipeId => { const recipe = state.find(recipe => recipe.id ==