Fixed ability to manage channel members after style guide refactoring

Этот коммит содержится в:
hmhealey
2015-09-02 16:45:34 -04:00
родитель 73b24d35c0
Коммит 3401cc10c4

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

@@ -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