Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created July 3, 2019 16:07
Show Gist options
  • Save jsmanifest/975ad733ffc0ca85c23ab840f2df7816 to your computer and use it in GitHub Desktop.
Save jsmanifest/975ad733ffc0ca85c23ab840f2df7816 to your computer and use it in GitHub Desktop.
export const getOverallSelector = (state) =>
state.app[fixVideoTypeNaming(state.app.media.video.videoType)].options.total
.overall
export const getSpecificWeekSelector = (state, props) =>
state.app[fixVideoTypeNaming(state.app.media.video.videoType)].options.weekly[
props.date
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment