fix: regression on file graphs not showing hashtag for tags

pull/10438/head
Gabriel Horner 2023-08-31 11:24:44 -04:00
parent f5b290c64f
commit 22ac81a9d5
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@
(util/trim-safe page-name))
_ (when-not page-entity (js/console.warn "page-inner's page-entity is nil, given page-name: " page-name
" page-name-in-block: " page-name-in-block))]
s)))
(if tag? (str "#" s) s))))
(let [repo (state/get-current-repo)
block-id (:block/uuid config)