refactor: code cleanup

This commit is contained in:
Sebin Nyshkim 2022-01-11 21:37:01 +01:00
parent f2948005e1
commit 1016d119a4
2 changed files with 14 additions and 14 deletions

View file

@ -403,12 +403,13 @@
naughty secrets. If you dare...! Don't say I didn't warn you!!
</p>
<nsfw-switch
class="flex flex--row flex--nowrap flex--center"
id="nsfw-switch-manlybits"
v-model="$root.nsfw"
@change="$root.showWarning()"
/>
<p>
<nsfw-switch
id="nsfw-switch-manlybits"
v-model="$root.nsfw"
@change="$root.showWarning()"
/>
</p>
</template>
</prose>
</template>