mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 10:54:38 -05:00
fix some bugs
This commit is contained in:
@@ -26,7 +26,7 @@ export default function MangaDetails(props: IProps) {
|
||||
const [inLibrary, setInLibrary] = useState<string>(
|
||||
manga.inLibrary ? 'In Library' : 'Not In Library',
|
||||
);
|
||||
const [categoryDialogOpen, setCategoryDialogOpen] = useState<boolean>(true);
|
||||
const [categoryDialogOpen, setCategoryDialogOpen] = useState<boolean>(false);
|
||||
|
||||
function addToLibrary() {
|
||||
setInLibrary('adding');
|
||||
|
||||
Reference in New Issue
Block a user