BLRussell-09 / ComicShelf

0 stars 0 forks source link

I can save the same comic to my library multiple times #18

Open BLRussell-09 opened 6 years ago

BLRussell-09 commented 6 years ago

The Comic Issue component on the Browse Comics page allows a user to add the same comic to their library. This bug causes the component to loop and I believe keep downloading your library from firebase until resolved.

BLRussell-09 commented 6 years ago

The Comic Issue component now compares the comic it wants to render to the comics in your library and renders a different FAB set if the comic already exists in your library.