Fix bug when clicking categories

This commit is contained in:
2022-02-05 21:12:20 +01:00
parent 312f6e3c72
commit 42ee821b08
2 changed files with 40 additions and 40 deletions

View File

@@ -129,7 +129,7 @@ header model =
Border.width 1
, Border.rounded 5
]
{ label = Element.el [] (emoji (Emoji.categoryEmoji x))
{ label = Element.el [] (Element.text (Emoji.categoryEmoji x).unicode)
, onPress = Just (CategoryClicked x)
}
)