Fix bug when clicking categories
This commit is contained in:
@@ -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)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user