fix: use the correct variable in (seq coll)

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
pull/4630/head
Yue Yang 2022-03-17 17:51:44 +08:00 committed by Tienson Qin
parent 4ea3d6eef8
commit e16297132f
1 changed files with 1 additions and 1 deletions

View File

@ -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