logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 9ddf70ce466baa292f82d8d4acff24c3bfb8802d
parent 3786402963f70036a2a785ebc3145e6663654886
Author: Henry Jameson <me@hjkos.com>
Date:   Sat, 18 Jan 2025 20:49:39 +0200

fix errors

Diffstat:

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

diff --git a/src/components/status_action_buttons/status_action_buttons.vue b/src/components/status_action_buttons/status_action_buttons.vue @@ -16,7 +16,7 @@ :get-class="getClass" :get-component="getComponent" :animation-state="animationState" - :close="close" + :close="() => {}" :do-action="doAction" /> <button