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\" }}")
|
(text "{{ icon \"settings\" }}")
|
||||||
(span
|
(span
|
||||||
(text "{{ text \"communities:action.configure\" }}"))))
|
(text "{{ text \"communities:action.configure\" }}"))))
|
||||||
(text "{%- endif %}")
|
|
||||||
(div
|
(div
|
||||||
("class" "flex flex-col gap-2 hidden")
|
("class" "flex flex-col gap-2 hidden")
|
||||||
("data-tab" "configure")
|
("data-tab" "configure")
|
||||||
|
@ -250,6 +249,7 @@
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}, 250);")))
|
}, 250);")))
|
||||||
|
(text "{%- endif %}")
|
||||||
(text "{% if user and user.id == post.owner -%}")
|
(text "{% if user and user.id == post.owner -%}")
|
||||||
(div
|
(div
|
||||||
("class" "card-nest w-full hidden")
|
("class" "card-nest w-full hidden")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue