Fix parens on intro screens
Fixes #10979 Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
fb9ab82d7b
commit
729a35d830
|
@ -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])
|
||||||
|
|
Loading…
Reference in New Issue