Fix parens on intro screens

Fixes #10979

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Gheorghe Pinzaru 2020-07-21 21:13:08 +03:00 committed by Churikova Tetiana
parent fb9ab82d7b
commit 729a35d830
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
:generate-key :t/generate-a-key :generate-key :t/generate-a-key
:recovery-success :t/re-encrypt-key :recovery-success :t/re-encrypt-key
:intro-wizard-title6)] :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 [quo/button
{:disabled existing-account? {:disabled existing-account?
:on-press #(re-frame/dispatch [forward-action]) :on-press #(re-frame/dispatch [forward-action])