remove redundunt call

This commit is contained in:
michaelr 2016-03-15 14:01:45 +02:00
parent ea89f9ab2d
commit 97eee14a45

View File

@ -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)]