Sfoglia il codice sorgente

chore: remove unused title

Tienson Qin 1 mese fa
parent
commit
7dfb673a2b
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/main/mobile/components/header.cljs

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

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