lint fix
This commit is contained in:
parent
7ffa680761
commit
b6ab9caf39
|
@ -1,7 +1,7 @@
|
||||||
(ns status-im.contexts.onboarding.syncing.progress.style
|
(ns status-im.contexts.onboarding.syncing.progress.style
|
||||||
(:require
|
(:require
|
||||||
[quo.foundations.colors :as colors]
|
[quo.foundations.colors :as colors]
|
||||||
[react-native.safe-area :as safe-area]))
|
[react-native.safe-area :as safe-area]))
|
||||||
|
|
||||||
(def absolute-fill
|
(def absolute-fill
|
||||||
{:position :absolute
|
{:position :absolute
|
||||||
|
|
|
@ -15,13 +15,14 @@
|
||||||
|
|
||||||
(defn page-title
|
(defn page-title
|
||||||
[pairing-progress?]
|
[pairing-progress?]
|
||||||
[quo/page-top {:title (i18n/label (if pairing-progress?
|
[quo/page-top
|
||||||
:t/sync-devices-title
|
{:title (i18n/label (if pairing-progress?
|
||||||
:t/sync-devices-error-title))
|
:t/sync-devices-title
|
||||||
:description :text
|
:t/sync-devices-error-title))
|
||||||
:description-text (i18n/label (if pairing-progress?
|
:description :text
|
||||||
:t/sync-devices-sub-title
|
:description-text (i18n/label (if pairing-progress?
|
||||||
:t/sync-devices-error-sub-title))}])
|
:t/sync-devices-sub-title
|
||||||
|
:t/sync-devices-error-sub-title))}])
|
||||||
|
|
||||||
(defn- navigate-to-enter-seed-phrase
|
(defn- navigate-to-enter-seed-phrase
|
||||||
[]
|
[]
|
||||||
|
@ -61,9 +62,10 @@
|
||||||
: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
|
||||||
:actions number-of-actions
|
(assoc buttons
|
||||||
:blur? true)]))
|
:actions number-of-actions
|
||||||
|
:blur? true)]))
|
||||||
|
|
||||||
(defn- illustration
|
(defn- illustration
|
||||||
[pairing-progress?]
|
[pairing-progress?]
|
||||||
|
|
Loading…
Reference in New Issue