Skip to content

Commit

Permalink
example for: enzymejs/enzyme#441
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Matvejev committed Sep 15, 2017
1 parent 1602749 commit deecc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/game_results_handler.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class GameResultsHandler extends Component {
};

return (
<div className="handler game-results" onKeyDown={this.keyDownEventHandler.bind(this)}>
<div className="handler game-results">
<div className="handler-label">{this.props.label}</div>
<div className="handler-content">
<table>
Expand Down

0 comments on commit deecc42

Please sign in to comment.