Skip to content

Commit 3b214f8

Browse files
[autofix.ci] apply automated fixes
1 parent dc6195e commit 3b214f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function handleSearchFocus() {
199199
}
200200
201201
useShortcuts({
202-
c: () => ({ name: 'compare' }),
202+
'c': () => ({ name: 'compare' }),
203203
',': () => ({ name: 'settings' }),
204204
})
205205
</script>

0 commit comments

Comments
 (0)