Forráskód Böngészése

fix: use the correct variable in (seq coll)

Signed-off-by: Yue Yang <[email protected]>
Yue Yang 3 éve
szülő
commit
e16297132f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/main/frontend/components/repo.cljs

+ 1 - 1
src/main/frontend/components/repo.cljs

@@ -257,7 +257,7 @@
                            :options {:on-click ui-handler/open-new-window!}})]
     (->>
      (concat repo-links
-             [(when (seq repos) {:hr true})
+             [(when (seq repo-links) {:hr true})
               {:title (t :new-graph) :options {:href (rfe/href :repo-add)}}
               {:title (t :all-graphs) :options {:href (rfe/href :repos)}}
               refresh-link