Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Feb 21, 2022
1 parent 85e1929 commit d799260
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/status_im/ui/screens/chat/components/contact_request.cljs
Expand Up @@ -4,8 +4,8 @@
[quo.react-native :as rn]
[quo.design-system.colors :as quo.colors]
[status-im.i18n.i18n :as i18n]
[quo.components.animated.pressable :as pressable]
[status-im.ui.components.icons.icons :as icons]
;; [quo.components.animated.pressable :as pressable]
;; [status-im.ui.components.icons.icons :as icons]
[status-im.ethereum.stateofus :as stateofus]
[status-im.ui.screens.chat.components.style :as styles]
[re-frame.core :as re-frame]
Expand Down Expand Up @@ -48,8 +48,8 @@
parsed-text)))

(defn contact-request-message [{:keys [from]}]
(let [contact-name @(re-frame/subscribe [:contacts/contact-name-by-identity from])
current-public-key @(re-frame/subscribe [:multiaccount/public-key])]
(let [_ #_contact-name @(re-frame/subscribe [:contacts/contact-name-by-identity from])
_ #_current-public-key @(re-frame/subscribe [:multiaccount/public-key])]
[rn/view {:style {:flex-direction :row}}
[rn/view {:style (styles/contact-request-content)}
[quo/button {:type :secondary
Expand Down

0 comments on commit d799260

Please sign in to comment.