diff --git a/modules/webapp/src/main/elm/Comp/TagSelect.elm b/modules/webapp/src/main/elm/Comp/TagSelect.elm index 4c8db026..cb7dbb1d 100644 --- a/modules/webapp/src/main/elm/Comp/TagSelect.elm +++ b/modules/webapp/src/main/elm/Comp/TagSelect.elm @@ -106,7 +106,7 @@ initAvailable allTags allCats model = cats = List.sortBy (.count >> negate) allCats - |> List.map (.name >> Maybe.withDefault "") + |> List.filterMap .name in { model | availableTags = tags