Skip to content

Commit

Permalink
Updated manifest for PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
Endre Kadas committed Oct 16, 2019
1 parent c8a7824 commit 0f90d3a
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 6 deletions.
271 changes: 269 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/NewGame/NewGame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class NewGame extends React.Component {

NewGame.propTypes = {
onCreateGame: PropTypes.func.isRequired,
players: ImmutablePropTypes.list.isRequired
players: ImmutablePropTypes.set.isRequired
}

const mapStateToProps = state => {
Expand Down
Loading

0 comments on commit 0f90d3a

Please sign in to comment.