department-of-veterans-affairs/vets-website

View on GitHub
src/applications/vaos/referral-appointments/redux/selectors.js

Summary

Maintainability
A
0 mins
Test Coverage
export const selectCCAppointment = state => state.ccAppointment;
export const selectProvider = state => state.referral.selectedProvider;
export const selectProviderSortBy = state => state.referral.sortProviderBy;
export const selectCurrentPage = state => state.referral.currentPage;