+
+ {error && (
+ {error}
+ )}
+ setShowConfirm(false)}
+ onConfirm={handleConfirmWatch}
+ title={`Watch "${seriesTitle}"?`}
+ message={`This will request all books in "${seriesTitle}" that aren't already in your library, and automatically request new releases as they're added to the series. Continue?`}
+ confirmText="Watch"
+ isLoading={isAdding}
+ />
+