Skip to content

Commit

Permalink
Remove value from prop since it is a true value
Browse files Browse the repository at this point in the history
  • Loading branch information
thetimbanks committed Nov 23, 2015
1 parent 76f1126 commit f97de48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PositionSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('Position', function () {

<Position
target={() => this.refs[this.state.target]}
dynamicPosition={true}
dynamicPosition
fakeProp={this.state.fakeProp}
>
<div />
Expand Down

0 comments on commit f97de48

Please sign in to comment.