aboutsummaryrefslogtreecommitdiffstats
path: root/src/jsUtils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsUtils.ts')
-rw-r--r--src/jsUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsUtils.ts b/src/jsUtils.ts
index ac7258644..f6a1df2fe 100644
--- a/src/jsUtils.ts
+++ b/src/jsUtils.ts
@@ -29,4 +29,4 @@ export const acceleratorString = (
29 keyCombo: string, 29 keyCombo: string,
30 prefix: string = '(', 30 prefix: string = '(',
31 suffix: string = ')', 31 suffix: string = ')',
32) => (index <= 10 ? `${prefix}${keyCombo}+${index % 10}${suffix}` : undefined); 32) => (index <= 10 ? `${prefix}${keyCombo}+${index % 10}${suffix}` : '');