mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-11 16:29:08 +01:00
fix a bug where add to library didn't work
This commit is contained in:
parent
1eb4a9c216
commit
9e649eef79
@ -136,7 +136,7 @@ export default function MangaDetails(props: IProps) {
|
||||
|
||||
const { manga } = props;
|
||||
const [inLibrary, setInLibrary] = useState<string>(
|
||||
manga.inLibrary ? 'In Library' : 'Add to Library',
|
||||
manga.inLibrary ? 'In Library' : 'Add To Library',
|
||||
);
|
||||
|
||||
const [categoryDialogOpen, setCategoryDialogOpen] = useState<boolean>(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user