Skip to content

Commit b33390d

Browse files
committed
lint
1 parent 361ba6c commit b33390d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[test-helpers.component :as h]
55
[quo2.components.list-items.token-value.view :as token-value]))
66

7-
87
(h/describe "List Items: Token Value"
98
(h/test "Token label renders"
109
(h/render [token-value/view

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(ns quo2.components.list-items.token-value.style
22
(:require [quo2.foundations.colors :as colors]))
33

4-
54
(defn container
65
[color bg-opacity]
76
{:width 359

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

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
[quo2.foundations.common :as common]
1111
[quo2.components.list-items.token-value.style :as style]))
1212

13-
1413
(defn- internal-view
1514
[{:keys [theme color state status token metrics? values]}]
1615
(let [bg-opacity (case state

0 commit comments

Comments
 (0)