🌄 Fixes to card component, and adding a key to DC++ search result rows
This commit is contained in:
@@ -339,6 +339,7 @@ export const ComicDetail = ({}: ComicDetailProps): ReactElement => {
|
||||
<SlidingPane
|
||||
isOpen={visible}
|
||||
onRequestClose={() => setVisible(false)}
|
||||
title={"Comic Vine Search Matches"}
|
||||
width={"600px"}
|
||||
>
|
||||
{!isEmpty(comicVineSearchQueryObject) &&
|
||||
|
||||
Reference in New Issue
Block a user