parent
0f7f54a8b9
commit
5fd20b602f
|
@ -87,9 +87,6 @@
|
||||||
static om/IQuery
|
static om/IQuery
|
||||||
(query [this]
|
(query [this]
|
||||||
'[:user-phone-number])
|
'[:user-phone-number])
|
||||||
Object
|
|
||||||
(componentDidMount [this]
|
|
||||||
(load-user-phone-number nil))
|
|
||||||
(render [this]
|
(render [this]
|
||||||
(let [{:keys [user-phone-number]} (om/props this)
|
(let [{:keys [user-phone-number]} (om/props this)
|
||||||
{:keys [nav]} (om/get-computed this)]
|
{:keys [nav]} (om/get-computed this)]
|
||||||
|
|
Loading…
Reference in New Issue