add members header for yhdistys-page

This commit is contained in:
Cihan Bebek
2017-07-05 12:35:34 +03:00
parent 1aa9d50c54
commit f38437cd02
5 changed files with 28 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ var _ = require('lodash');
var api = require('../api');
module.exports = React.createClass({
getInitialState() {
getInitialState() {
return {
members: []
};