diff --git a/src/components/settings_modal/helpers/vertical_tab_switcher.jsx b/src/components/settings_modal/helpers/vertical_tab_switcher.jsx index ea685576f..7fea1cab8 100644 --- a/src/components/settings_modal/helpers/vertical_tab_switcher.jsx +++ b/src/components/settings_modal/helpers/vertical_tab_switcher.jsx @@ -43,7 +43,7 @@ export default { return { active: findFirstUsable(this.slots()), resizeHandler: null, - navSide: 'tabs' + navSide: 'tabs', } }, computed: { @@ -144,6 +144,7 @@ export default {