lint fix
This commit is contained in:
parent
7ffa680761
commit
b6ab9caf39
|
@ -15,7 +15,8 @@
|
||||||
|
|
||||||
(defn page-title
|
(defn page-title
|
||||||
[pairing-progress?]
|
[pairing-progress?]
|
||||||
[quo/page-top {:title (i18n/label (if pairing-progress?
|
[quo/page-top
|
||||||
|
{:title (i18n/label (if pairing-progress?
|
||||||
:t/sync-devices-title
|
:t/sync-devices-title
|
||||||
:t/sync-devices-error-title))
|
:t/sync-devices-error-title))
|
||||||
:description :text
|
:description :text
|
||||||
|
@ -61,7 +62,8 @@
|
||||||
:button-one-props recovery-phrase-props
|
:button-one-props recovery-phrase-props
|
||||||
:button-two-label try-again-label
|
:button-two-label try-again-label
|
||||||
:button-two-props try-again-props})]
|
:button-two-props try-again-props})]
|
||||||
[quo/bottom-actions (assoc buttons
|
[quo/bottom-actions
|
||||||
|
(assoc buttons
|
||||||
:actions number-of-actions
|
:actions number-of-actions
|
||||||
:blur? true)]))
|
:blur? true)]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue