Remove add/remove library button in migration mode from manga cards (#730)
This commit is contained in:
@@ -120,6 +120,7 @@ export const MangaCard = (props: MangaCardProps) => {
|
||||
unread={unreadCount}
|
||||
downloadCount={downloadCount}
|
||||
updateLibraryState={updateLibraryState}
|
||||
mode={mode}
|
||||
/>
|
||||
),
|
||||
[inLibraryIndicator, isInLibrary, unreadCount, downloadCount, updateLibraryState],
|
||||
|
||||
Reference in New Issue
Block a user