Skip to content

Commit 91204ee

Browse files
committed
Using property shorthand
1 parent 941fa29 commit 91204ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/js/FilterExample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ class FilterExample extends React.Component {
9696
'/app',
9797
],
9898
filterText: '',
99-
nodes: nodes,
100-
nodesFiltered: nodes
99+
nodesFiltered: nodes,
100+
nodes
101101
};
102102

103103
this.onCheck = this.onCheck.bind(this);

0 commit comments

Comments
 (0)