mirror of https://github.com/status-im/reagent.git
Fix missing parenthesis
This commit is contained in:
parent
ced4a18aaa
commit
9a7372d8ec
|
@ -323,7 +323,7 @@
|
||||||
(str "src must be a reactive atom or a function, not "
|
(str "src must be a reactive atom or a function, not "
|
||||||
(pr-str src)
|
(pr-str src)
|
||||||
" while attempting to get path: "
|
" while attempting to get path: "
|
||||||
(pr-str path))
|
(pr-str path)))
|
||||||
(->RCursor src path nil nil nil))
|
(->RCursor src path nil nil nil))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue