When changing the status of a recommended book, the status is changed and the book added to the correct shelf, but the recommendations are cleared. Redux state gone!
PR #168 Resolves the issue of recommendations being removed when adding to a shelf. Functionality was implemented to add the book to the shelf, and fetch new recommendations based on the updated user shelves.
When changing the status of a recommended book, the status is changed and the book added to the correct shelf, but the recommendations are cleared. Redux state gone!