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]