Skip to content

Commit 2a91ec0

Browse files
committed
Using single quotes
1 parent da29481 commit 2a91ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/js/FilterExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class FilterExample extends React.Component {
144144

145145
return (
146146
<div>
147-
<input type="text" placeholder="Search" value={ this.state.filterText } onChange={ this.setFilterText } />
147+
<input type='text' placeholder='Search' value={ this.state.filterText } onChange={ this.setFilterText } />
148148
<CheckboxTree
149149
checked={checked}
150150
expanded={expanded}

0 commit comments

Comments
 (0)