Tienson Qin пре 1 месец
родитељ
комит
cfeaeedb94
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      src/main/frontend/worker/state.cljs

+ 4 - 3
src/main/frontend/worker/state.cljs

@@ -131,9 +131,10 @@
   []
   (:auth/id-token @*state))
 
-(defn mobile?
-  []
-  (:mobile? (get-context)))
+(comment
+  (defn mobile?
+    []
+    (:mobile? (get-context))))
 
 ;;; ========================== mobile log ======================================
 (defonce *log (atom []))