Skip to content

Commit 575fe53

Browse files
author
Nathan Reyes
committed
Use single quotes
1 parent f96a094 commit 575fe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CalendarNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default {
162162
this.$nextTick(() => {
163163
// Set focus on the first enabled nav item
164164
const focusableEl = this.$el.querySelector(
165-
`.vc-nav-item:not(.is-disabled)`,
165+
'.vc-nav-item:not(.is-disabled)',
166166
);
167167
if (focusableEl) {
168168
focusableEl.focus();

0 commit comments

Comments
 (0)