Remove add/remove library button in migration mode from manga cards (#730)

This commit is contained in:
schroda
2024-04-11 02:02:31 +02:00
committed by GitHub
parent 37224122e6
commit 9d280577be
5 changed files with 10 additions and 4 deletions

View File

@@ -120,6 +120,7 @@ export const MangaCard = (props: MangaCardProps) => {
unread={unreadCount}
downloadCount={downloadCount}
updateLibraryState={updateLibraryState}
mode={mode}
/>
),
[inLibraryIndicator, isInLibrary, unreadCount, downloadCount, updateLibraryState],