logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 6b0d72937e19c87ea8a925b41a1475704bbd1a56
parent 4664d99af26bfebadf70be740abfd49acc045897
Author: tusooa <tusooa@kazv.moe>
Date:   Sun, 21 May 2023 18:31:25 +0000

Apply 1 suggestion(s) to 1 file(s)

Diffstat:

Msrc/components/settings_modal/helpers/boolean_setting.vue10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/components/settings_modal/helpers/boolean_setting.vue b/src/components/settings_modal/helpers/boolean_setting.vue @@ -35,16 +35,6 @@ > {{ backendDescriptionDescription + ' ' }} </p> - <!-- debugging --> - <!-- - <p - v-else - class="setting-description" - :class="{ 'faint': shouldBeDisabled }" - > - MISSING DESCRIPTION FOR {{ path }} - </p> - --> </label> </template>