diff --git a/src/client/components/ComicDetail/AcquisitionPanel.tsx b/src/client/components/ComicDetail/AcquisitionPanel.tsx index 325437d..4de7ff8 100644 --- a/src/client/components/ComicDetail/AcquisitionPanel.tsx +++ b/src/client/components/ComicDetail/AcquisitionPanel.tsx @@ -153,11 +153,6 @@ export const AcquisitionPanel = ( // The search can now be considered to be "complete" // If there's an "in progress" indicator in the UI, that could also be disabled here - // dispatch({ - // type: AIRDCPP_HUB_SEARCHES_SENT, - // searchInfo, - // instance, - // }); setAirDCPPSearchInstance(instance); setAirDCPPSearchStatus(false); }, @@ -289,9 +284,9 @@ export const AcquisitionPanel = (