From 9aee80493f6e7eb3fac8b73ddfb89b7e284e9f31 Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 11 Jul 2025 12:35:47 -0400 Subject: [PATCH] fix: anonymous post page panic --- crates/app/src/public/html/post/post.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/app/src/public/html/post/post.lisp b/crates/app/src/public/html/post/post.lisp index 062db3d..b43fc82 100644 --- a/crates/app/src/public/html/post/post.lisp +++ b/crates/app/src/public/html/post/post.lisp @@ -125,7 +125,6 @@ (text "{{ icon \"settings\" }}") (span (text "{{ text \"communities:action.configure\" }}")))) - (text "{%- endif %}") (div ("class" "flex flex-col gap-2 hidden") ("data-tab" "configure") @@ -250,6 +249,7 @@ }, }); }, 250);"))) + (text "{%- endif %}") (text "{% if user and user.id == post.owner -%}") (div ("class" "card-nest w-full hidden")