Commit 988352b0 authored by Abinaya Sudhir's avatar Abinaya Sudhir

Error solved

parent 3a214893
...@@ -109,7 +109,7 @@ fn1 :: Response -> ReactElement ...@@ -109,7 +109,7 @@ fn1 :: Response -> ReactElement
fn1 (Response o) = fn1 (Response o) =
li [className "list-group-item justify-content-between"] li [className "list-group-item justify-content-between"]
[ [
a [ href "#",onClick \_ -> dispatch $ Submit] a [ href "#"]
[ span [] [text o.name] [ span [] [text o.name]
, span [className "badge badge-default badge-pill"] [ text $ show o.count] , span [className "badge badge-default badge-pill"] [ text $ show o.count]
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment