remove redundunt call

Former-commit-id: 97eee14a45
This commit is contained in:
michaelr 2016-03-15 14:01:45 +02:00
parent 0f7f54a8b9
commit 5fd20b602f
1 changed files with 0 additions and 3 deletions

View File

@ -87,9 +87,6 @@
static om/IQuery
(query [this]
'[:user-phone-number])
Object
(componentDidMount [this]
(load-user-phone-number nil))
(render [this]
(let [{:keys [user-phone-number]} (om/props this)
{:keys [nav]} (om/get-computed this)]