Skip to content

Commit 61bcf8e

Browse files
authored
Update index.jsx
Fix ending
1 parent c38acdf commit 61bcf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var LightsOut = React.createClass({
9898
// 5x5 swiches. Pass some props to each one
9999
return (
100100
<Switch
101-
isOn={!!cell}
101+
isOn={!cell}
102102
done={this.state.done}
103103
onClick={this.handleSwitchClick.bind(this, i, j)}
104104
/>

0 commit comments

Comments
 (0)