aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-01-31 19:21:49 +0000
committerShpuld Shpludson <shp@cock.li>2019-01-31 19:21:49 +0000
commit1a6207be1d81f8270840667babe262c24e53f1d7 (patch)
treef5c6319ad59940b338e41a32ac3614c743709a38 /src/components/style_switcher/style_switcher.js
parent3e4c598af471d52664b22ad11435e9df2a8f2677 (diff)
parent476bf0afe1c890b0f08587b3942981c8c591c7be (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/style_switcher/style_switcher.js')
-rw-r--r--src/components/style_switcher/style_switcher.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js
index 6a4e1cba..8c3d4861 100644
--- a/src/components/style_switcher/style_switcher.js
+++ b/src/components/style_switcher/style_switcher.js
@@ -7,7 +7,7 @@ import OpacityInput from '../opacity_input/opacity_input.vue'
import ShadowControl from '../shadow_control/shadow_control.vue'
import FontControl from '../font_control/font_control.vue'
import ContrastRatio from '../contrast_ratio/contrast_ratio.vue'
-import TabSwitcher from '../tab_switcher/tab_switcher.jsx'
+import TabSwitcher from '../tab_switcher/tab_switcher.js'
import Preview from './preview.vue'
import ExportImport from '../export_import/export_import.vue'