Skip to content

Commit 553d7f6

Browse files
committed
Add js type hint
1 parent 873b797 commit 553d7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portal/ui/inspector.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
[s/span {:style {:color (::c/string theme)}}
728728
[highlight-words (pr-str value)]]))
729729

730-
(defn- inspect-ratio [value]
730+
(defn- inspect-ratio [^js value]
731731
(let [theme (theme/use-theme)]
732732
[with-collection
733733
value

0 commit comments

Comments
 (0)