Skip to content

Commit

Permalink
Fix small bug in examplePlugin :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Gertz committed Feb 1, 2016
1 parent 8a86054 commit 559c04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examplePlugin/src/js/components/ExamplePluginComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var ExamplePluginComponent = React.createClass({

getInitialState: function () {
return {
appsCount: 0
appsCount: ExamplePluginStore.apps.length
};
},

Expand Down

0 comments on commit 559c04f

Please sign in to comment.