change keyboard shortcuts for approve/reject (#2635)

This commit is contained in:
Tessa Thornton
2019-10-15 19:04:31 -04:00
committed by Wyatt Johnson
parent 3bfcc509d2
commit 1f7fdb0d00
+2 -2
View File
@@ -2,8 +2,8 @@ export const REDIRECT_PATH_KEY = "adminRedirectPath";
export const HOTKEYS = {
NEXT: "j",
PREV: "k",
APPROVE: "d",
REJECT: "f",
APPROVE: "f",
REJECT: "d",
SWITCH_QUEUE: "t",
ZEN: "z",
BAN: "b",