diff --git a/src/components/LeftMenuItem.vue b/src/components/LeftMenuItem.vue index 9fe66e278..2a6de5e2e 100644 --- a/src/components/LeftMenuItem.vue +++ b/src/components/LeftMenuItem.vue @@ -36,7 +36,7 @@ const itemComputed = computed(() => { {{ t(itemComputed.title) }} - {{ 'Ctrl + Alt + ' + item.keyBinding.toUpperCase() }} + {{ 'Ctrl + Alt + ' + item?.keyBinding?.toUpperCase() }}