fix: anonymous post page panic
This commit is contained in:
parent
14f3bf849e
commit
9aee80493f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue