Merge pull request #564 from hmhealey/memberlist

Fixed ability to manage channel members after style guide refactoring
Этот коммит содержится в:
Joram Wilander
2015-09-02 16:47:12 -04:00
родитель 73b24d35c0 3401cc10c4
Коммит aeecb467d7

Просмотреть файл

@@ -44,7 +44,7 @@ export default class MemberListItem extends React.Component {
var self = this;
let makeAdminOption = null;
if (makeAdminOption) {
if (this.props.handleMakeAdmin) {
makeAdminOption = (
<li role='presentation'>
<a
@@ -56,7 +56,7 @@ export default class MemberListItem extends React.Component {
}
let handleRemoveOption = null;
if (handleRemoveOption) {
if (this.props.handleRemove) {
handleRemoveOption = (
<li role='presentation'>
<a