fix tests
This commit is contained in:
parent
72e004df23
commit
6a509ca478
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
||||||
(-> path i/dynamic-param? not)
|
(-> path i/dynamic-param? not)
|
||||||
))
|
))
|
||||||
|
|
||||||
(defn- wrap-dynamic-nav [f]
|
(defn wrap-dynamic-nav [f]
|
||||||
(fn [& args]
|
(fn [& args]
|
||||||
(let [ret (apply f args)]
|
(let [ret (apply f args)]
|
||||||
(if (and (sequential? ret) (static-path? ret))
|
(if (and (sequential? ret) (static-path? ret))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue