From 815383f85b82f0c985f0b74b33d9c931faa443e9 Mon Sep 17 00:00:00 2001 From: Tony Gravell <146013972+agravell047@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:20:27 -0400 Subject: [PATCH] fix refill button (#29334) --- .../mhv/medications/containers/RefillPrescriptions.jsx | 1 + 1 file changed, 1 insertion(+) 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 => {