[#12008] "Community information is not found" after opening community view from home
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
f7ab1ff20c
commit
da9e6686c6
|
@ -35,7 +35,7 @@
|
||||||
(when last?
|
(when last?
|
||||||
{:border-bottom-color (quo.colors/get-color :ui-01)
|
{:border-bottom-color (quo.colors/get-color :ui-01)
|
||||||
:border-bottom-width 1}))
|
:border-bottom-width 1}))
|
||||||
:on-press (fn [id]
|
:on-press (fn []
|
||||||
(>evt [:dismiss-keyboard])
|
(>evt [:dismiss-keyboard])
|
||||||
(>evt [:navigate-to :community {:community-id id}]))}
|
(>evt [:navigate-to :community {:community-id id}]))}
|
||||||
[:<>
|
[:<>
|
||||||
|
|
Loading…
Reference in New Issue