diff options
Diffstat (limited to 'frontend/src/BlogIndex.purs')
| -rw-r--r-- | frontend/src/BlogIndex.purs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/BlogIndex.purs b/frontend/src/BlogIndex.purs index 8f2c919..d1b19f6 100644 --- a/frontend/src/BlogIndex.purs +++ b/frontend/src/BlogIndex.purs @@ -80,5 +80,4 @@ view state = div [] [ h1 [] [ text state.status ] - , button [ onClick (const RequestPosts), id_ "requestbutton", className "hidden" ] [ text "Fetch posts" ] , div [ className "row" ] $ map post state.posts ] |
