Skip to content

Commit

Permalink
fix refill button (#29334)
Browse files Browse the repository at this point in the history
  • Loading branch information
agravell047 committed Apr 23, 2024
1 parent 4520229 commit 815383f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const RefillPrescriptions = ({ refillList = [], isLoadingList = true }) => {
failedMeds,
successfulMeds,
});
setSelectedRefillList([]);
}
};
const onSelectPrescription = id => {
Expand Down

0 comments on commit 815383f

Please sign in to comment.