Skip to content

Commit

Permalink
[#10272] Hide key-uid from keycard login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Apr 13, 2020
1 parent 962d0fb commit fee6864
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/status_im/ui/screens/keycard/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,7 @@
:font-weight "500"}
:number-of-lines 1
:ellipsize-mode :middle}
name]
[react/text {:style {:text-align :center
:margin-top 4
:color colors/gray
:font-family "monospace"}
:number-of-lines 1
:ellipsize-mode :middle}
(utils.core/truncate-str key-uid 14 true)]]]
name]]]
[pin.views/pin-view
{:pin pin
:retry-counter retry-counter
Expand Down

0 comments on commit fee6864

Please sign in to comment.