⬇️ Added bundles to downloads tab for corresponding comic book object

This commit is contained in:
2021-08-25 23:07:12 -07:00
parent 6994da072d
commit 2960c2dca4
5 changed files with 110 additions and 30 deletions

View File

@@ -52,9 +52,6 @@ export const ComicDetail = ({}: ComicDetailProps): ReactElement => {
(state: RootState) => state.comicInfo.comicBookDetail,
);
const bundleMetadata = useSelector(
(state: RootState) => state.comicInfo.downloadResult,
);
const { comicObjectId } = useParams<{ comicObjectId: string }>();
const dispatch = useDispatch();
const toggleActionDropdown = () =>