Skip to content

Commit

Permalink
fix: remove selectHasUserRespondedToAnalyticsConsent
Browse files Browse the repository at this point in the history
  • Loading branch information
markmhendrickson committed Apr 24, 2024
1 parent 3859a67 commit be4bb75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/store/settings/settings.selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ export function useHasUserExplicitlyDeclinedAnalytics() {
return useSelector(selectHasUserExplicitlyDeclinedAnalytics);
}

const selectHasUserRespondedToAnalyticsConsent = createSelector(
selectSettings,
state => state.hasAllowedAnalytics !== null
);

const selectDismissedMessageIds = createSelector(
selectSettings,
state => state.dismissedMessages ?? []
Expand Down

0 comments on commit be4bb75

Please sign in to comment.