diff --git a/apps/readest-app/src/app/library/components/Bookshelf.tsx b/apps/readest-app/src/app/library/components/Bookshelf.tsx index aebfe7e8..8b6ef797 100644 --- a/apps/readest-app/src/app/library/components/Bookshelf.tsx +++ b/apps/readest-app/src/app/library/components/Bookshelf.tsx @@ -141,7 +141,7 @@ const Bookshelf: React.FC = ({
{currentBookshelfItems.map((item, index) => ( diff --git a/apps/readest-app/src/components/BookDetailModal.tsx b/apps/readest-app/src/components/BookDetailModal.tsx index 0b8968bd..f27bc900 100644 --- a/apps/readest-app/src/components/BookDetailModal.tsx +++ b/apps/readest-app/src/components/BookDetailModal.tsx @@ -196,14 +196,21 @@ const BookDetailModal = ({ book, isOpen, onClose }: BookDetailModalProps) => {
{showDeleteAlert && ( - { - setShowDeleteAlert(false); - }} - onConfirm={confirmDelete} - /> +
+ { + setShowDeleteAlert(false); + }} + onConfirm={confirmDelete} + /> +
)} ); diff --git a/apps/readest-app/src/components/Toast.tsx b/apps/readest-app/src/components/Toast.tsx index 2890ed3a..d607c5e4 100644 --- a/apps/readest-app/src/components/Toast.tsx +++ b/apps/readest-app/src/components/Toast.tsx @@ -64,7 +64,8 @@ export const Toast = () => { >