Skip to content

Commit 0233d9e

Browse files
authored
Merge pull request purescript-halogen#507 from slamdata/safareli-patch-1
remove `bimap id id`
2 parents b14421c + 9438c8b commit 0233d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/todo/src/Component/Task.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ task initialState =
3838

3939
render :: Task -> H.ComponentHTML TaskQuery
4040
render t =
41-
bimap id id $ HH.li_
41+
HH.li_
4242
[ HH.input
4343
[ HP.type_ HP.InputCheckbox
4444
, HP.title "Mark as completed"

0 commit comments

Comments
 (0)