Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce1c7e8

Browse files
committedSep 25, 2023
lint
1 parent fedd6f9 commit ce1c7e8

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed
 

‎src/quo2/components/wallet/keypair/view.cljs

-29
Original file line numberDiff line numberDiff line change
@@ -59,35 +59,7 @@
5959
:accessibility-label :options-button}]])]))
6060

6161
(defn details-view
62-
<<<<<<< HEAD
63-
<<<<<<< HEAD
64-
[address stored blur? theme]
65-
[rn/view
66-
{:style {:flex-direction :row
67-
:align-items :center}}
68-
[text/text
69-
{:size :paragraph-2
70-
:accessibility-label :details
71-
:style {:color (if blur?
72-
colors/white-opa-40
73-
(colors/theme-colors colors/neutral-50 colors/neutral-40 theme))}}
74-
(details-string address stored)]
75-
(when (= stored :on-keycard)
76-
[rn/view {:style {:margin-left 4}}
77-
[icon/icon :i/keycard-card
78-
{:size 16
79-
<<<<<<< HEAD
80-
:color (colors/theme-colors colors/neutral-50 colors/neutral-40 theme)}]])])
81-
=======
82-
:color (if blur?
83-
colors/white-opa-40
84-
(colors/theme-colors colors/neutral-50 colors/neutral-40))}]])])
85-
>>>>>>> be98d71dc (quo2: keypair blur)
86-
=======
87-
[details stored blur? theme]
88-
=======
8962
[{:keys [details stored blur? theme]}]
90-
>>>>>>> 099b4ac61 (review)
9163
(let [{:keys [address]} details]
9264
[rn/view
9365
{:style {:flex-direction :row
@@ -106,7 +78,6 @@
10678
:color (if blur?
10779
colors/white-opa-40
10880
(colors/theme-colors colors/neutral-50 colors/neutral-40))}]])]))
109-
>>>>>>> a52fda25e (lint)
11081

11182
(defn- view-internal
11283
[]

0 commit comments

Comments
 (0)
Please sign in to comment.