From f8489262cf3baaa2b0e104a76166d8b22d74c102 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Mon, 25 Jul 2016 17:08:38 +0300 Subject: [PATCH] fix #178 Former-commit-id: 88fdbcc35b69c2ed7d0a7aa03facdb5590a3fc63 --- src/status_im/components/{qr-code.cljs => qr_code.cljs} | 0 src/status_im/profile/screen.cljs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/status_im/components/{qr-code.cljs => qr_code.cljs} (100%) diff --git a/src/status_im/components/qr-code.cljs b/src/status_im/components/qr_code.cljs similarity index 100% rename from src/status_im/components/qr-code.cljs rename to src/status_im/components/qr_code.cljs diff --git a/src/status_im/profile/screen.cljs b/src/status_im/profile/screen.cljs index 09f2fc3d07..87dd677dbc 100644 --- a/src/status_im/profile/screen.cljs +++ b/src/status_im/profile/screen.cljs @@ -59,7 +59,7 @@ [touchable-highlight {:on-press (fn [] ;; TODO not implemented )} - [text {:style st/report-user-text} (label :t/report-user)]]]]]) + [view [text {:style st/report-user-text} (label :t/report-user)]]]]]]) (defview my-profile [] [username [:get :username]