1
Fork 0

Merge pull request from alexeyzab/fix-typo

Fix a typo
This commit is contained in:
Chris Cornwell 2018-10-31 18:53:50 -07:00 committed by GitHub
commit 7e21954abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ render st =
]
dropdown :: State -> H.ParentHTML Query ChildQuery ChildSlot m
dropdown =
dropdown st =
HH.div_
[ HH.button_
[ HH.text $ fromMaybe "Click me to view some items" st.selectedItem ]