Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Reyes committed Jan 24, 2021
1 parent f96a094 commit 575fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CalendarNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default {
this.$nextTick(() => {
// Set focus on the first enabled nav item
const focusableEl = this.$el.querySelector(
`.vc-nav-item:not(.is-disabled)`,
'.vc-nav-item:not(.is-disabled)',
);
if (focusableEl) {
focusableEl.focus();
Expand Down

0 comments on commit 575fe53

Please sign in to comment.