diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-01-31 19:21:49 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-01-31 19:21:49 +0000 |
| commit | 1a6207be1d81f8270840667babe262c24e53f1d7 (patch) | |
| tree | f5c6319ad59940b338e41a32ac3614c743709a38 /src/components/settings/settings.js | |
| parent | 3e4c598af471d52664b22ad11435e9df2a8f2677 (diff) | |
| parent | 476bf0afe1c890b0f08587b3942981c8c591c7be (diff) | |
Merge branch 'fix/add-option-to-not-render-background-tabs' into 'develop'
Fix #298 Add option to tab switcher to not render background tabs
Closes #298
See merge request pleroma/pleroma-fe!504
Diffstat (limited to 'src/components/settings/settings.js')
| -rw-r--r-- | src/components/settings/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/settings.js b/src/components/settings/settings.js index 06011e7c..7000fa5e 100644 --- a/src/components/settings/settings.js +++ b/src/components/settings/settings.js @@ -1,5 +1,5 @@ /* eslint-env browser */ -import TabSwitcher from '../tab_switcher/tab_switcher.jsx' +import TabSwitcher from '../tab_switcher/tab_switcher.js' import StyleSwitcher from '../style_switcher/style_switcher.vue' import InterfaceLanguageSwitcher from '../interface_language_switcher/interface_language_switcher.vue' import { filter, trim } from 'lodash' |
