mirror of https://github.com/vector-im/riot-web
				
				
				
			Merge branch 'develop' into kegan/controller-merging4
						commit
						8a98fcd427
					
				| 
						 | 
				
			
			@ -34,6 +34,12 @@ var sdk = require('../../../index');
 | 
			
		|||
module.exports = React.createClass({
 | 
			
		||||
    displayName: 'MemberInfo',
 | 
			
		||||
 | 
			
		||||
    getDefaultProps: function() {
 | 
			
		||||
        return {
 | 
			
		||||
            onFinished: function() {}
 | 
			
		||||
        };
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    componentDidMount: function() {
 | 
			
		||||
        // work out the current state
 | 
			
		||||
        if (this.props.member) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue