Skip to content

Commit

Permalink
chore/9229-improve-vama-rx-filter-sel-event (#9569)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandec authored Sep 11, 2024
1 parent 9717d2a commit 4abbc91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function PrescriptionHistory({ navigation, route }: PrescriptionHistoryProps) {
setFilterToUse(selectedFilter)
setSortByToUse(selectedSortBy)
setSortOnToUse(selectedSortBy === PrescriptionSortOptionConstants.REFILL_DATE ? DESCENDING : ASCENDING)
logAnalyticsEvent(Events.vama_rx_filter_sel(selectedFilter, selectedSortBy))
logAnalyticsEvent(Events.vama_rx_filter_sel(selectedFilter || 'all', selectedSortBy))
},
onCancel: () => {
logAnalyticsEvent(Events.vama_rx_filter_cancel())
Expand Down

0 comments on commit 4abbc91

Please sign in to comment.