Skip to content

Commit d7ebbf5

Browse files
committed
review
1 parent b33390d commit d7ebbf5

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/quo2/components/list_items/token_value/component_spec.cljs

-3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,3 @@
5858
:percentage-change "0.00"
5959
:fiat-change "€0.00"}}])
6060
(h/is-truthy (h/get-by-label-text :arrow-icon))))
61-
62-
63-

src/status_im2/contexts/quo_preview/list_items/token_value.cljs

+1-9
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,7 @@
3131
:value "Positive"}
3232
{:key :negative
3333
:value "Negative"}]}
34-
{:label "Color:"
35-
:key :color
36-
:type :select
37-
:options [{:key :blue
38-
:value "Blue"}
39-
{:key :orange
40-
:value "Orange"}
41-
{:key :green
42-
:value "Green"}]}
34+
(preview/customization-color-option)
4335
{:label "Metrics?:"
4436
:key :metrics?
4537
:type :boolean}])

0 commit comments

Comments
 (0)