This commit is contained in:
gaba
2016-12-02 16:52:16 -08:00
12 changed files with 897 additions and 77 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ const getActionButton = (action, i, props) => {
return null;
}
if (action === 'ban') {
const showBanUserDialog = true;
const showBanUserDialog = false;
return (
// <Button
// {...props.author.get('status') === 'banned' ? 'disabled' : 'raised'}