Skip to content

Commit

Permalink
Fix {false} test in attribute table
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 28, 2017
1 parent c813c82 commit 2add1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/attribute-behavior/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const types = [
},
{
name: 'false',
testValue: 'false',
testValue: false,
},
{
name: "string 'true'",
Expand Down

0 comments on commit 2add1ed

Please sign in to comment.