diff --git a/src/applications/mhv/medications/containers/RefillPrescriptions.jsx b/src/applications/mhv/medications/containers/RefillPrescriptions.jsx index 22c1ba12c804..fca6daded718 100644 --- a/src/applications/mhv/medications/containers/RefillPrescriptions.jsx +++ b/src/applications/mhv/medications/containers/RefillPrescriptions.jsx @@ -60,6 +60,7 @@ const RefillPrescriptions = ({ refillList = [], isLoadingList = true }) => { failedMeds, successfulMeds, }); + setSelectedRefillList([]); } }; const onSelectPrescription = id => {