Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(recipe-list.jsx): change initial value of reduce function from ob…
…ject to array The initial value of the reduce function was changed from an object to an array to fix a bug where the function was not correctly accumulating values. A console.log was added to log the recipes data, which will help in debugging and understanding the structure of the data.
- Loading branch information