Skip to content

Instantly share code, notes, and snippets.

@talkol
Last active October 14, 2016 22:36
Show Gist options
  • Select an option

  • Save talkol/5d9beeed4707b34c1975b50c68590559 to your computer and use it in GitHub Desktop.

Select an option

Save talkol/5d9beeed4707b34c1975b50c68590559 to your computer and use it in GitHub Desktop.
export function isTopicSelectionValid(state) {
return state.topics.selectedTopicUrls.length === 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment