Skip to content

Commit 941fa29

Browse files
committed
Removed left over double quote
1 parent 2a91ec0 commit 941fa29

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
@@ -95,7 +95,7 @@ class FilterExample extends React.Component {
9595
expanded: [
9696
'/app',
9797
],
98-
filterText: "",
98+
filterText: '',
9999
nodes: nodes,
100100
nodesFiltered: nodes
101101
};

0 commit comments

Comments
 (0)