Skip to content

Commit

Permalink
Fix parens on intro screens
Browse files Browse the repository at this point in the history
Fixes #10979

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
  • Loading branch information
Ferossgp authored and churik committed Jul 23, 2020
1 parent fb9ab82 commit 729a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/intro/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
:generate-key :t/generate-a-key
:recovery-success :t/re-encrypt-key
:intro-wizard-title6)]
[react/view (:style (assoc styles/bottom-button :margin-bottom 16))
[react/view {:style (assoc styles/bottom-button :margin-bottom 16)}
[quo/button
{:disabled existing-account?
:on-press #(re-frame/dispatch [forward-action])
Expand Down

0 comments on commit 729a35d

Please sign in to comment.