logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: b132581b3a5291fdc9ca62baf912a40be747ee6b
parent f20ae34400b35c230d3e7824f98d9b3f4e977f82
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 29 Mar 2022 11:47:22 +0300

fix weird thing i somehow missed

Diffstat:

Msrc/components/checkbox/checkbox.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/checkbox/checkbox.vue b/src/components/checkbox/checkbox.vue @@ -12,7 +12,7 @@ > <i class="checkbox-indicator" /> <span - v-if="!!$slots.default" + v-if="!!$slots.default()" class="label" > <slot />