Moved all of the naming conventions to title instead of show or movie-if need to be changed back feel free
A little unsure why the following is there:
// sync localStorage with what was returned from the userData query
//const savedBookIds = userData.savedBooks.map((book) => book.bookId);
//saveBookIds(savedBookIds);
According to the book search engine there isn't a need for this only the delete from your watchlist
Moved all of the naming conventions to title instead of show or movie-if need to be changed back feel free
A little unsure why the following is there: // sync localStorage with what was returned from the userData query //const savedBookIds = userData.savedBooks.map((book) => book.bookId);
//saveBookIds(savedBookIds);
According to the book search engine there isn't a need for this only the delete from your watchlist