Last active
May 10, 2017 20:26
-
-
Save gigobyte/fcd1d40b00b1bf797b5b34069d4b00ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@connect((store, ownProps) => ({ | |
category: getCategoryById(ownProps.categoryId, store.sports.get('categories')), | |
matches: filterMatchesByCategoryId(ownProps.categoryId, ownProps.matches) | |
})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment