Changing moderation keys: d approve and f reject

This commit is contained in:
Belen Curcio
2017-06-21 10:42:01 -03:00
parent 018b35e42a
commit 1b1f2a3608
@@ -31,8 +31,8 @@ export default class Moderation extends Component {
key('esc', () => toggleModal(false));
key('j', this.select(true));
key('k', this.select(false));
key('r', this.moderate(false));
key('t', this.moderate(true));
key('f', this.moderate(false));
key('d', this.moderate(true));
}
onClose = () => {