Skip to content

Commit

Permalink
Fixed issues after generating keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulpsingh committed Jun 27, 2023
1 parent eee8ca9 commit ccfa66b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/status_im2/contexts/onboarding/identifiers/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@
[background/view true]
[rn/view {:style style/page-container}
[carousel/view
{:animate? true
:progress progress
:paused? paused?
:gesture :tappable
:header-text header-text}]
{:animate? true
:progress progress
:paused? paused?
:gesture :tappable
:is-dragging? is-dragging?
:drag-amount drag-amount
:header-text header-text}]
[rn/view {:style style/content-container}
[profile-card/profile-card
{:profile-picture photo-path
Expand Down

0 comments on commit ccfa66b

Please sign in to comment.