enhance(plugin): support right sidebar item type as string

This commit is contained in:
charlie
2023-06-20 11:27:37 +08:00
committed by Tienson Qin
parent ec658d1e67
commit 7cc1c5aa5c

View File

@@ -114,7 +114,7 @@
(defn build-sidebar-item
[repo idx db-id block-type]
(case block-type
(case (keyword block-type)
:contents
[(t :right-side-bar/contents)
(contents)]