Skip to content
Snippets Groups Projects
Commit c79b2501 authored by HJ's avatar HJ :fire:
Browse files

fix indentation

parent a54c8b99
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<label
class="checkbox"
:class="{ disabled, indeterminate }"
>
>
<input
type="checkbox"
:disabled="disabled"
......@@ -14,7 +14,7 @@
<span
class="label"
v-if="!!$slots.default"
>
>
<slot />
</span>
</label>
......
......@@ -92,7 +92,7 @@
<p>
<Checkbox
v-model="hideFollowers"
>
>
{{ $t('settings.hide_followers_description') }}
</Checkbox>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment