Prechádzať zdrojové kódy

chore: remove unused title

Tienson Qin 1 mesiac pred
rodič
commit
7dfb673a2b
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      src/main/mobile/components/header.cljs

+ 1 - 2
src/main/mobile/components/header.cljs

@@ -165,8 +165,7 @@
    (fn []
    (fn []
      [:div.px-1
      [:div.px-1
       (repo/repos-dropdown-content {})])
       (repo/repos-dropdown-content {})])
-   {:title "Select a Graph"
-    :default-height false}))
+   {:default-height false}))
 
 
 (defn- register-native-top-bar-events! []
 (defn- register-native-top-bar-events! []
   (when (and (mobile-util/native-ios?)
   (when (and (mobile-util/native-ios?)