mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Merge
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user