diff options
Diffstat (limited to 'src/client/View/LoggedIn/Monthly.elm')
-rw-r--r-- | src/client/View/LoggedIn/Monthly.elm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/View/LoggedIn/Monthly.elm b/src/client/View/LoggedIn/Monthly.elm index 6d30e4a..5d7260e 100644 --- a/src/client/View/LoggedIn/Monthly.elm +++ b/src/client/View/LoggedIn/Monthly.elm @@ -74,5 +74,6 @@ paymentLine model loggedInView payment = [ class "cell delete" , onClick serverCommunications.address (SC.DeleteMonthlyPayment payment.id) ] - [ renderIcon "times" ] + [ button [] [ renderIcon "times" ] + ] ] |