removing message

This commit is contained in:
Belen Curcio
2017-11-22 02:51:16 -03:00
parent e782776ab5
commit 9ae32b9366
@@ -14,7 +14,7 @@ import {notify} from 'coral-framework/actions/notification';
class SuspendUserDialogContainer extends Component {
suspendUser = async ({message, until}) => {
suspendUser = async ({until}) => {
const {userId, username, commentStatus, commentId, hideSuspendUserDialog, setCommentStatus, suspendUser, notify} = this.props;
hideSuspendUserDialog();
try {