aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-01-17 23:05:58 +0300
committerHenry Jameson <me@hjkos.com>2019-01-17 23:05:58 +0300
commit8172eeb1e070c96fd086093088918a6e9abeeb8b (patch)
treea7f49c7f666b6bae343ae768f55ae28ffc57be16
parent8f4fbf857121983ab19de657751cbfb47f91ee09 (diff)
fix indents
-rw-r--r--src/components/tab_switcher/tab_switcher.jsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/tab_switcher/tab_switcher.jsx b/src/components/tab_switcher/tab_switcher.jsx
index 175ae777..2eb30ea6 100644
--- a/src/components/tab_switcher/tab_switcher.jsx
+++ b/src/components/tab_switcher/tab_switcher.jsx
@@ -54,12 +54,12 @@ export default Vue.component('tab-switcher', {
return (
<div class="tab-switcher">
- <div class="tabs">
- {tabs}
- </div>
- <div class="contents">
- {contents}
- </div>
+ <div class="tabs">
+ {tabs}
+ </div>
+ <div class="contents">
+ {contents}
+ </div>
</div>
)
}