Remove atom wrapping on public-uri

This commit is contained in:
Andrey Antukh 2023-06-21 17:44:00 +02:00
parent d11b007795
commit 0aefd044dc
14 changed files with 41 additions and 43 deletions

View file

@ -117,7 +117,7 @@
(let [router (:router state)
path (resolve router rname path-params query-params)
name (or name "_blank")
uri (assoc @cf/public-uri :fragment path)]
uri (assoc cf/public-uri :fragment path)]
(dom/open-new-window uri name nil)))))
(defn nav-back